Search
14090 results 6981-6990
Forum
- 16th Sep 2015How to delete a columnA quick forum search would reveal this (among others): https://datatables.net/forums/discussion/29491/need-delete-a-column
- 15th Sep 2015Is there any option for pivot table(crosstab) data handlingIf you do a search for "pivot table" in this forum you'll find that it is not a feature that DataTables currently supports, sorry. Allan
- 14th Sep 2015Same width across multiple tablesI have the same problem with width and I fixed it with the foolowing lines: 'autoWidth: false,' 'scrollX: true,' Then it will take in consideration the configuration you have made with 'columndefs'. For my part I'm losing the search field...
- 13th Sep 2015Multiple elements in filterto have the default search input do it, didnt
- 12th Sep 2015sorting MonthIf you use the search engine, search on "ordering"
- 10th Sep 2015Sorting ProgrammaticallyYup, that's the legacy syntax. Documentation is here for the current version. http://datatables.net/examples/index Some examples of sorting. If you use the search engine, search for "order", not "sort". That's the current term.
- 10th Sep 2015Jquery datatable is consuming memory by keeping the last searched result in memoryI don't know asp, so this might be nonsense, but I notice you clear and reset "SessionInfo.kitBacklogData" in your click function while your search function is referencing "SessionInfo.BacklogData". Is "SessionInfo.BacklogData" getting cleared and reset anywhere?
- 10th Sep 2015Searching over a column of 'select' elementsto use a custom search plug-in to perform a
- 9th Sep 2015Custom ToolAs in the search input? No that should work out of the box as you can see in the examples on this site. Allan
- 9th Sep 2015How to display length menu AND Buttons when using Editor?like this: LengthMenu--------------------------------------------------------- Buttons--------------------------------------------------------------- ----------------------------------------------------------------Search It takes three lines!