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
Enhancement/feature description [A clear and concise description of what the problem is. Ex. I'm always frustrated when ...]
Steps which explain the enhancement/feature No filter on top
Current and suggested behavior There's no way to hide filters on some column, like column with buttons
Why would the enhancement be useful to most users Because anyone need to hide some filters when there is no need of
Screenshots and GIFs
Describe alternatives you've considered I developed it by myself $("#flt0_datatable").hide() 0 : the n° of the column datatable : the id of the table
So with a function you can create it so by giving 2 argument you can hide any filter on any column
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement/feature description
[A clear and concise description of what the problem is. Ex. I'm always frustrated when ...]
Steps which explain the enhancement/feature
No filter on top
Current and suggested behavior
There's no way to hide filters on some column, like column with buttons
Why would the enhancement be useful to most users
Because anyone need to hide some filters when there is no need of
Screenshots and GIFs
Describe alternatives you've considered
I developed it by myself
$("#flt0_datatable").hide()
0 : the n° of the column
datatable : the id of the table
So with a function you can create it so by giving 2 argument you can hide any filter on any column
The text was updated successfully, but these errors were encountered: