bFilter: true - fnfilter: turn Off Search All fields div

bFilter: true - fnfilter: turn Off Search All fields div

smillersmiller Posts: 19Questions: 0Answers: 0
edited November 2011 in DataTables 1.8
Is there a setting to turn off the div for seach all columns?
I have implimented individual input search and don't want that to show up.

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    remove the 'f' from sDom

    if you haven't specified sDom, it will default to "lfrtip" (unless you specified jqueryUI true)

    override that by explicitly stating the sDom

    http://www.datatables.net/ref#sDom
This discussion has been closed.