≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Is it possible to disable the search feature?
Is it possible to disable the search feature?
mamal
Posts: 4
Questions: 0
Answers: 0
June 2010
edited June 2010
in
General
I didn't see an option for this in the documentation. Is it possible to disable the search feature? Short of just giving it display:none with css?
Cheers
Replies
methodman
Posts: 3
Questions: 0
Answers: 0
June 2010
Have a look at this example
http://datatables.net/examples/basic_init/dom.html
and use something like
"sDom": 'lrtip<"clear">',
This discussion has been closed.
Replies
http://datatables.net/examples/basic_init/dom.html
and use something like
"sDom": 'lrtip<"clear">',