How to disable search
How to disable search

Please tell how to disable the input box of table search. But not Filter.
This question has an accepted answers - jump to answer
This discussion has been closed.
Please tell how to disable the input box of table search. But not Filter.
This question has an accepted answers - jump to answer
Answers
Remove the
f
option fromdom
. Or use CSS to hide it.Allan