Search
14090 results 7191-7200
Forum
- 15th Jan 2015Bug: filter text is always shown in input box, even when it shouldn'tcould do is use search() (or the old fnFilter
- 15th Jan 2015does fnFilter cache the filter?being used for the search are cached by DataTables
- 14th Jan 2015Individual column searching (select inputs) Allowing for MultiSelectThat wasn't really what I had in mind - you would use $().map() to get an array of the selected values and then use column().search() with that array - for example table.column( 0 ).search( '^'+myArray.join('|')+'$', true, false ). Allan
- 13th Jan 2015Datatables Filter + stateSaveTypeError: Cannot read property 'search' of undefined. Not sure
- 13th Jan 2015Searching- an exact matchThank you very much Allan, this was the thing I was missing. .search( val ? '^'+val+'$' : '', true, false )
- 9th Jan 2015Footer (Showing 0 to 0 of 0 entries) issue showing up in large data setsstrategy involves using Sphinx Search Engine with real time
- 8th Jan 2015way to programatically populate the filter box and then refresh?probably be to use search() which will programmatically set
- 7th Jan 2015Multi SQL Table / Dynamic querythat the filter will search for, which have the
- 7th Jan 2015Filter doesn't seem to actually work..can swap filter() for search() easy enough in the
- 6th Jan 2015scrollx width with scrollyYES YES it did the trick Something I picked up in the search for misaligned header and footer Thanks a lot