-
Notifications
You must be signed in to change notification settings - Fork 430
[WIP] Feature/sticky header #645
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
Conversation
💯 Nice contribution
akparaliev
commented
Dec 13, 2018
could you give me an update on this task?
akparaliev
commented
Dec 13, 2018
@Chun-MingChen @AllenFang
@akparaliev, I found some bug exists. Decline this PR first and it will be reopened soon.
@Chun-MingChen share more on this PR please, thanks
@AllenFang @Chun-MingChen , can you please share if fixed header feature will be available anywhere soon in react-bootstrap-table2, similar to this one : https://ant.design/components/table/#components-table-demo-fixed-columns-header
@Priyasingh589 sure, I will let you know when we support this feature, we encounter some issues and we are already working on this, give me some time, thank you
thomas-shares
commented
Feb 21, 2019
Hi,
We are really looking forward to this feature as it would help us tremendously! And we were also wondering if it would be possible to have a sticky footer as well? That would make navigating lots of data with totals at the bottom even more convenient.
Thank you for your hard work on this wonderful Component!!!
Hi, this component is absolutely great!
Is there any progress on the sticky header?
Or maybe I can help, if there's someone still working on it.
fulin426
commented
Oct 3, 2019
It looks like using a sticky header to fix the header to the top worked for me.
th {
position: sticky:
top: 0;
}
Then add overflow to the parent div.
@fulin426 That approach hasn't seemed to help me. I've been unsuccessful in any attempts to fix my headers. Any updates/plans to re-engage on this topic, @Chun-MingChen @AllenFang ?
fulin426
commented
May 22, 2020
@mvaughn10 not really sure. It's been awhile since I last used this library.
Uh oh!
There was an error while loading. Please reload this page.
Fix #36
Description
Implement sticky header.
TODO