[Feature Request] Table component : fix columns #1281
Replies: 9 comments
-
aria-table not support this feature, i think need aria's member to do this, |
Beta Was this translation helpful? Give feedback.
-
We are working on tha tables right now and it's really desireable to have at least the sticky columns feature built in |
Beta Was this translation helpful? Give feedback.
-
Really need this feature ! |
Beta Was this translation helpful? Give feedback.
-
This feature would be very much appreciated, it would be a very good plus for the table. Cheers |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
For large tables, it is important to be able to fix one or several columns.
For example if I have a table listing users with 15 info columns, i need to be able to see the user's name even if I'm looking at the last columns.
Describe the solution you'd like
I would like to be able to fix one or several columns, either left or right, with a simple prop.
For example "fixLeftColumns=2" would fix the first two left columns.
I would like to be able to easily see that a column or set of columns is fixed.
For example if "fixLeftColumns=2", then the second left column could have a shadow on its right side.
Or any other aesthetic way to show that, with the quality next UI is known for.
Describe alternatives you've considered
You have an example of the base feature here : https://react-table-library.com/?path=/docs/compact-table--fixedcolumn
react-table-library is fine but doesn't have the finesse and the aesthetic next UI has. Plus it would be amazing to not have to use many UI libraries for a single project.
Screenshots or Videos
No response
Beta Was this translation helpful? Give feedback.
All reactions