Search
11351 results 461-470
Forum
- 6th Nov 2013sType HTML and Column Filter pluginOk, thanks for the input! My actual solution is to load the data twice: One time for viewing (with span), one time for filtering (no span). Maybe someone else got a smarter solution with the Column Filter plugin?
- 31st Oct 2013How to programatically set a data range filter (Datatables column filter)The column filter is 3rd party code - you'd probably be best asking on that project's site (which you link to). Allan
- 11th Oct 2013On Create Default Column filter AJAX CallSo you want to set the filter in the initialisation object? Just use the option to do that: aoSearchCols Allan
- 3rd Oct 2013Column filter in head no style:( sadness lol, the problem seems to be with themeroller. Has anyone got column filter to work with themeroller themes ?
- 2nd Oct 2013Filter breaks sortingfunction _fnReDraw [code] if (filter) { _fnFilterComplete(settings, settings.oPreviousSearch); } else { // No filtering, so we want to
- 18th Sep 2013Filter Problem - getting error on _ functionSearchFunction() { var results = $("#table").dataTable()._('tr', { "filter": "applied" }); //line 18 } Export
- 5th Sep 2013Multiple Headers: Filter enabled with Sort DisabledI tried that, but filter functionality still does not
- 31st Aug 2013Multiple Choice FilterSo basically an OR filter? You can use the
- 23rd Aug 2013Disable Smart Filter and Enable Regex Filteringtype Webkit|Presto into the filter it does the expected OR. Try disabling the filtering delay plug-in. I think
- 21st Aug 2013Filter by an array?If you are using server-side processing, then all filtering is done at the server. So you'd need to integrate the custom filter into your server-side script - whatever language / platform that might be in! Allan