Search
11336 results 5381-5390
Forum
- 22nd Oct 2009Individual column filtering exampleif you use the filter for searching in all
- 8th Oct 2009Problem with fnAddTr and filtering/searching.does this allow your filtering to work as expected?
- 2nd Oct 2009Determining if a row existsAllan; Thank you for the quick response. The filter() function was the way to go for me. Here is what var nodes = vmTable.fnGetNodes(); if( $(nodes).filter('tr#' + uuid).length == 1 ) { .... do something .... } Your pointers were a big help. Thanks again.
- 24th Sep 2009Filtering and sorting prices with space delimiterfor the sorting. For filtering I did what you
- 16th Sep 2009When will the table be updated really?works :-). [code] var a = filter(); /* This assigns the results
- 15th Sep 2009How can I have multiple items on each row?For example, if a filter were to remove 'friend2'
- 12th Sep 2009Multiple terms filteringfunction fnThreeWayFilter() { /* Get the filter values */ var filter1 = $('#dropdown_1').val();
- 11th Sep 2009Two datatables on the pageare you doing your filter? Using fnFilter() or the
- 7th Sep 2009Some bugreports in 1.5.2DataTables will treat a filter such as "Data Tables"
- 4th Sep 2009filtering on the word "on" doesn't workHi Allan - Can you please tell me how do I set the column Type to 'html'? so as to filter using only visible strings. Thanks.