Hide Filter Text Box

Hide Filter Text Box

steve4640steve4640 Posts: 1Questions: 1Answers: 0

Hi, is there a way to hide but not remove the functionality of the filter search text box shown here?

http://www.screencast.com/t/klLZi69f

The example is from the Datatables Live site.

Thanks!

Answers

  • glendersonglenderson Posts: 231Questions: 11Answers: 29

    If you inspect that element, it should be dataTables_filter. You can set the css display to none or .hide() it via jQuery

This discussion has been closed.