-
Hi! Was curious if its possible to have a sticky header appear above the list items in terms of html markup? I do realize there is a way to customize the header to have it appear above the markup but the docs imply this was to always be a non-sticky header. Main use case for this is keyboard accessibility. Thanks for your time! |
Beta Was this translation helpful? Give feedback.
Answered by
petyosi
Dec 3, 2021
Replies: 1 comment 3 replies
-
You can use a topItems={1} and customize the first item. Not the most elegant workaround, but it should work. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bjoe87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a topItems={1} and customize the first item. Not the most elegant workaround, but it should work.