How to use the stickyColumn prop shown in Chakra UI v3 Storybook? #10110
Answered
by
segunadebayo
fuzilogik2019
asked this question in
Q&A
-
Hi, I noticed a stickyColumn option in the Table examples on the Chakra UI v3 Storybook, but I don’t see it in the docs or type definitions. Adding it like
(or on individual Table.ColumnHeader) has no effect for me.
Setup
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Jul 24, 2025
Replies: 1 comment
-
Here's the code reference: https://github.com/chakra-ui/chakra-ui/blob/main/apps/compositions/src/examples/table-with-sticky-column.tsx I've updated the docs to add it |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
segunadebayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the code reference: https://github.com/chakra-ui/chakra-ui/blob/main/apps/compositions/src/examples/table-with-sticky-column.tsx
I've updated the docs to add it