We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to make thead position fixed and not move when scrolling?
The text was updated successfully, but these errors were encountered:
I have used position: sticky; to fixed the header with normal Table.. example as below -
position: sticky
th { padding: 1em 0.5em; color: #878686; position: -webkit-sticky; position: sticky; top: 0px; border-left: 1px solid #eee; border-bottom: 1px solid #ddd; font-size: 13px; text-align: center; z-index: 6; background: #fff;
Sorry, something went wrong.
No branches or pull requests
how to make thead position fixed and not move when scrolling?
The text was updated successfully, but these errors were encountered: