Search
14090 results 7201-7210
Forum
- 6th Jan 2015Server side and columns filter with text inputHey Finally i found This https://datatables.net/examples/api/multi_filter.html works, but you need to use .DataTable in place of .dataTable (all works with d, but not the search ... )
- 5th Jan 2015I am getting a style object null reference Why?scrollY": "330px", "scrollCollapse": true, "search": { "smart": false } }; if (level
- 4th Jan 2015I want to increase the number of columns?I tried columns rise up to 7 or 10! it was like I increased the number of columns to 7 or 10, then the search + paging disappear
- 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