Search
11310 results 5311-5320
Forum
- 27th Feb 2010"No matching records found" is premature?server-side processing and client-side filtering. For example if the
- 27th Feb 2010Make search functionality only search "begins with"that customising the default filtering in DataTables is one
- 23rd Feb 2010Internet explorer slowness issue and js erroram perform a range filter and here are snippets
- 21st Feb 2010server processing with an input columnchange my php, to filter this input :P but
- 21st Feb 2010adding a Row-Total Column?sum auto-adjusts when I filter the rows). Can two
- 18th Feb 2010Drag multiple selectI worked it out using jQuery UI: [code] myTable .ui-selecting { background: #FECA40; } myTable .ui-selected { background: #FECA40; } [/code] [code] $('#myTable').selectable({ filter: 'tr', stop: function(){ $(".ui-selected", this).each(function(){ var index = $("#myTable tr").index(this) - 1; $('#myTable tbody tr:eq('+index+')').toggleClass('row_selected'); $('#myTable tbody tr:eq('+index+')').toggleClass('ui-selected'); }); } }); [/code]
- 17th Feb 2010Individual column filtering + Server-side processing EXAMPLEtype in tfoot search filter for select box... ? short
- 17th Feb 2010Page stuck on "Processing..."the result set after filtering - not what is shown
- 16th Feb 2010server-side processing + individual column filtering: how do I do this?clause to compare each filterable field with $sSearch } // column filters $sColumns = explode(',', $_REQUEST['sColumns']); foreach($formdef['fields']
- 15th Feb 2010fnGetData - Using elements to get back row data...You could use the 'filter' option of 'parent()' to