Search
11457 results 521-530
Forum
- 23rd Oct 2012Search Box can't filter on the word "Target"I don't have this problem. When I type "Target" into my search filter, I get 2 rows which both have that word in one of the cells. I'm using 1.9.1.
- 11th Oct 2012On change update search filter.If you want to apply a filter, just call fnFilter - that's what it is there for :-) [code] $('a.myFilter').click( function (e) { e.preventDefault(); table.fnFilter( "myFilter..." ); } ); [/code] Allan
- 21st Sep 2012[Solved] Filter from own inputNo one knows how to filter from an input that isn't in the table?
- 13th Sep 2012A Filter Questionto add a simple filter below, above, externally, any
- 12th Sep 2012Column Filter, FixedColumns, and TableTools on a single tableYes, it works very well without Column Filter, and the issues I'm having are that the filters are not working in the same way as the examples.
- 23rd Aug 2012How to programmatically reset the search filter?There is a plugin that clears the DataTable filter here fnFilterClear http://datatables.net/plug-ins/api Will this work for you? -Matthew
- 6th Aug 2012Filtering using multiselect dropdown lists. How to limit conflicting filter options?I'm using the column Filter plugin for From/To filtering on columns, tooltips and
- 5th Aug 2012Set default filter on first load?to set a default filter: [code] $('#example').dataTable( { "oSearch": { "sSearch":
- 2nd Aug 2012Datatables drop down column filteroTable.fnFilter(this.value, oTable.oApi._fnVisibleToColumnIndex(oTable.fnSettings(), $("#ddlSlt").index(this))); }); //Column filter event for input elements
- 30th Jul 2012filter input font sizeprobably datatables should ensure that filter input control font size does match effective td font size.