Search
14055 results 7131-7140
Forum
- 10th Feb 2015[RESOLVED] Datatables server-side problem to pagination (number of page not correct)RESOLVED. The "recordsFiltered" has a value different of "recordsTotal". The "recordsFiltred" is the number of items after globalSearch or columnSearch. If there is no search (globalSearch or columnSearch) , then the value "recordsFiltered" is equal to "recordsTotal". :)
- 7th Feb 2015Server side processing + c# Editor 1.4.0-betaout of box column search works using example here:
- 5th Feb 2015stateSave and stateDuration set to -1, nothing in sessionwhen using the global search. Then the search.search key
- 4th Feb 2015DataTables Inline Editor - Select Options not saving editField to tableopts" : { placeholder : 'Enter a search', labelField : 'label', searchField : 'label' } }, { label : "Amount", name
- 4th Feb 2015Clear table filters and redrawI figured this out, so no need for assistance on this one. Needed to clear the search from all columns: table .search( '' ) .columns(0).search('') .columns(1).search('') .columns(2).search('') .columns(1).search(search_term) .draw();
- 4th Feb 2015Creating a custom function - date rangersuggests) to control your search plug-in the guide is
- 4th Feb 2015 with chosen pluginsee them from a search. Unfortunately at this time
- 3rd Feb 2015Pagination Buttons not shown initially on IE 9I have the same problem in IE9 -- "dataTables_paginate" element is empty until I do a search or change the number of visible entries. I have the simplest of tables, no options at all. Any suggestions?
- 3rd Feb 2015DT_RowData not working with ajax sourceeverything works correctly (sort, search, etc.) except row data
- 3rd Feb 2015pre-fill search/filter with get or post parameterdo this. For example search and order. You would