Search
11457 results 471-480
Forum
- 21st Jan 2014Filter in header and size of filter inputme to resize the filter input also as the
- 11th Dec 2013Filter Date Column by days leftdo simple string matching filtering (i.e. the built in filter in DataTables). The server
- 25th Nov 2013DataTable column filter woesThanks, Allan. Will deal with in their issue tracker. Am using the DataTables filter scheme for now, which does work fine for me.
- 11th Nov 2013Refreshing the search and filter with new data from the htmloSettings, _fnGetRowData( oSettings, iRow, 'filter', _fnGetColumns( oSettings, 'bSearchable' ) ) ); [/code]
- 7th Nov 2013Filter on rows with input or combo boxesthe select box for filtering [code] "mRender": function ( data, type, full ) { if (type === "filter") { node = $.parseHTML(data); var val
- 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