Search
14055 results 7171-7180
Forum
- 27th Dec 2014Hiding rows with the Scroller extensionIf you want to remove rows from a DataTable, then the search API (search() and column().search()) is the way to do it. Alternatively you could also use a custom search plug-in if you need more advanced logic. Allan
- 22nd Dec 2014Custom filter buttons?In case it helps someone else, here's what worked for me: var table = $('#example').DataTable(); $('ul').on( 'click', 'a', function () { table .columns( 1 ) .search( $(this).text() ) .draw(); });
- 19th Dec 2014Using data-search when cells contain buttons, etc.workaround. Don't try to search the column that doesn't
- 19th Dec 2014Editor: AJAX error with too many columnslikely!), but not the search information (possible), then you
- 17th Dec 2014headerCells[i] is undefinedthe value from the search box and send it
- 16th Dec 2014Using national characters (ő, ű) for filteringscripts. A quick Google search for the error lead
- 15th Dec 2014Is there a way to change aiDisplay so that I can hide certain rows?datatable into thinking a search was fired (setting bFiltered
- 15th Dec 2014need to add a column filter delay13) { table .column( colIdx ) .search( this.value ) .draw(); } }); }); Looks like
- 12th Dec 2014Possible bug using ColVis and stateSave (with save and load Ajax call) togetherlength":"25", "order":[ [ "1", "asc" ] ], "search":{ "search":"", "smart":"true", "regex":"false", "caseInsensitive":"true"
- 12th Dec 2014issue about SQL selectclause or other advanced search , how Editor deal with