Search
11427 results 4621-4630
Forum
- 29th Oct 2013fnFilter sends wrong column indexThat's great. I have replaced my original lines 37 to 41 with this: [code] $("thead input").keyup( function () { /* Filter on the column (the index) of this element */ oTable.fnFilter( this.value, oTable.fnVisibleToColumnIndex($("thead input").index(this)) ); } ); [/code] It now works exactly as planned. Thanks Allan
- 28th Oct 2013SELECT populate from Mysqlextra wrinkle of adding filter on another value in
- 28th Oct 2013Need help defaulting the search textin DataTables is a filter, so you'd need a
- 24th Oct 2013client side sorting, filtering but server side pagingdefault's search box to filter box, this implies user it filters data on the page.
- 23rd Oct 2013Editor delete...but not really ;)also have your script filter out all rows that
- 22nd Oct 2013How to change the position of Individual column filtering in jQuery ...The column filter is a 3rd party plug-in - you'd be best opening an issue on their project, or look thing through the source. There might even be an example of how to put the filters at the top. Allan
- 18th Oct 2013ProblemIn server-side processing all filtering is done on the server (hence "server-side processing" :-) ). So a Javascript filter won't be used. You'd need to add the range filtering to your php script. Allan
- 18th Oct 2013Datatables 1.9.4 and jquery 1.10.1?fnRowCallback function to build filter margin values (min/max price)
- 17th Oct 2013Datatable Setting not workingiDisplayLength": 20, "oLanguage": { "sSearch": "Filter:", "oPaginate": { "sNext": "", "sPrevious": "" } }, "aoColumnDefs":
- 17th Oct 2013Datatables style errorI wouldn't't have thought the column misalignment would be to do witht he filter. Can you link us to a test page showing the issue so we can debug it please? Allan