Search
11345 results 4791-4800
Forum
- 24th Sep 2012Strange behavior in IE9 with sScrollXit's redrawn and the filter returns no results and
- 24th Sep 2012Uncaught TypeError: Cannot read property 'length' of undefined jquery.datatables.js:1918if there is a filter applied to the table.
- 24th Sep 2012Datatables works on local site but doesn't work in remote siteSeems to work just fine on both pages for me :-). I can sort and filter as expected on both pages. Have you cleared your browser's cache? Allan
- 22nd Sep 2012Example for custom external DOM input field table filteringThe filter input is the unlabeled empty text input box on the right side that should work on keyup using this: [code]$('input[name=list_search]').keyup( function () { oTable.fnFilter( this.value ); } );[/code] The other dropdown filters will resort the actual queried data with ajax.
- 17th Sep 2012dataTables bSearchable not workingI still don't understand. Is the column filter add on adding filtering inputs to the columns that you don't want filtering on? That's nothing to do with DataTables - that's the column filter plug-in. Allan
- 6th Sep 2012Don't Save Search StateI needed this same feature in the latest version. Another poster recommended this: There is a plugin that clears the DataTable filter here fnFilterClear http://datatables.net/plug-ins/api ....and it worked for me - using the latest version of Datatables and the plugin.
- 2nd Sep 2012Having problem with ColumnFilter (type select) and mRendercode] 'mData': { 'display': function(){ ... }, 'filter': function(){ ... }, 'set': function() { ... }, } [/code]
- 2nd Sep 2012Jquery UI tabs and Adding dataTable to the tables inside tabs not working as expectedallows the datatable to filter all columns except the
- 28th Aug 2012[SOLVED] Type based column filtering not working? Img alt filter/sort.Sorry , I just used mRender for my strip tag filter, it's ok!
- 27th Aug 2012Cells with subrows + sortingto use - for example filtering can get complicated - remove