Skip to content
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

How to remove label 'Filter by' ? #1794

Open
oleg41068 opened this issue Feb 27, 2023 · 3 comments
Open

How to remove label 'Filter by' ? #1794

oleg41068 opened this issue Feb 27, 2023 · 3 comments
Assignees

Comments

@oleg41068
Copy link

i'm run example https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/basic-filter.html
How to remove label 'Filter by' ?

@basiliskarakitsios
Copy link

Did you find a solution?

@JaewukLee-E
Copy link

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

@PetarPan
Copy link

PetarPan commented Sep 1, 2023

@JaewukLee-E This is working, thanks a lot, just add that class in your css.
How did you figure it out? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants