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
i'm run example https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/basic-filter.html How to remove label 'Filter by' ?
The text was updated successfully, but these errors were encountered:
Did you find a solution?
Sorry, something went wrong.
https://stackoverflow.com/questions/19758598/what-is-sr-only-in-bootstrap-3
Maybe It happend because there was no '.sr-only' css. I added custom css file in react project and wrote below
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
My case, It works
@JaewukLee-E This is working, thanks a lot, just add that class in your css. How did you figure it out? :)
AllenFang
No branches or pull requests
i'm run example https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/basic-filter.html
How to remove label 'Filter by' ?
The text was updated successfully, but these errors were encountered: