Search
11316 results 451-460
Forum
- 28th Feb 2014Override filter textin 1.10 with a filter plug-in. Take a look at the 'type based' filtering plug-ins here: http://next.datatables.net/plug-ins/filtering/ . They
- 19th Feb 2014Filter by inline textway is to just filter one of the columns
- 13th Feb 2014accent insensitive filterwith $.fn.dataTableExt.afnFiltering.push( function( oSettings, aData, iDataIndex ) , how to do to get the filter string typed by the user ?
- 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