Search
11314 results 5231-5240
Forum
- 6th Oct 2010Add Double-click Event to Search BoxJust add it using jQuery? $('input div.dataTables_filter').dblclick( function () { $(this).val(''); $(this).keypress(); } );. (the keypress call will cause DataTables to run the filter again). Allan
- 3rd Oct 2010Changing from 1.5.6 to 1.7.3 causing issuesquestion in regards to filtering. If I wanted to only filter a specific part of
- 1st Oct 2010row details bug?use the client side filtering in combination with 'sAjaxSource'.
- 29th Sep 2010combine Tabletool and individual column filteringcolumns:" } }); $("tfoot input").keyup( function () { /* Filter on the column (the
- 29th Sep 2010filtering only works after sortingthen available to the filter to be searched through
- 29th Sep 2010Sorting something akin to an enumIf you want to filter based on the live
- 28th Sep 2010sorting plugin configuration anti-thebStateSave": true, "oLanguage": { "sSearch": "Filter:" }, "sDom": '<"top"f><"showing"i>rt', "aaSorting": [], "aoColumns":
- 27th Sep 2010[1.7.2 ver] Pagination not workiTotalRecords Total records, before filtering (i.e. the total number
- 24th Sep 2010New plug-ins: ColVis (column visibility control) and FixedColumns (frozen scrolling columns)I'm using filters as a second row
- 22nd Sep 2010doing join queries and inputting dynamic filteringdatabase, with a specific filter applied to it, based