-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement first column as sticky when table scrolls horizontally #36
Comments
Hi @prajapati-parth thanks for this suggestion, it's really useful when we have large columns. I'll consider to implement it when we finish the basic component structure in Thanks |
@AllenFang is this feature implemented |
I will be waiting for this!!! |
waiting for this feature.. |
this worked for me thanks to AllenFang/react-bootstrap-table#723 (comment) `.stickyFirstColumn { /*keeping proper row & td colors */ /keeping columns aligned during scrolling/ |
Hi @AllenFang,
Making the first column sticky would really help when the table scrolls horizontally so that a reference to the rows can be seen while scrolling as the first column is generally used to hold the identifying element of a particular row data.
A similar example here
I've already implemented it in the fork of react-bootstrap-table. I think this would be a good feature for react-bootstrap-table2.
The text was updated successfully, but these errors were encountered: