Replies: 4 comments 2 replies
-
Can you please elaborate more, or post some code? thank you! Do you mean freeze the row or column? |
Beta Was this translation helpful? Give feedback.
-
since react-table is a hook, it has no say how the table styles on your application. I would go down the road of: https://stackoverflow.com/questions/8423768/freeze-the-top-row-for-an-html-table-only-fixed-table-header-scrolling |
Beta Was this translation helpful? Give feedback.
-
If you are looking for a pinned column, 'react-table-sticky' lib is a good option. Since it is not available out of the box from V7. |
Beta Was this translation helpful? Give feedback.
-
React Table v7 can natively supports pinning of column using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, there is a way to fix row or column in react-table 7 when scroll?
Beta Was this translation helpful? Give feedback.
All reactions