Search
11177 results 3471-3480
Forum
- 25th Feb 2014Format numbers like 9.x, 10.x and so onTry the natural sort plug-in: http://datatables.net/plug-ins/sorting#natrual Allan
- 21st Feb 2014fnDrawCallback called again and againwhole page on each sort, filter etc? Do you
- 21st Feb 2014fnrowcallback searchbe used for search, sort etc. Does that make
- 19th Feb 2014stateSave in 1.10I'm afraid - if the sort, for example, is changed,
- 19th Feb 2014Filtering on JSON returned from server sideOk, when I say filter and sort, I meant using global filter and column sorting.
- 18th Feb 2014jquery datatables select searchsay. The live DOM sorting sort of does it ( http://datatables.net/release-datatables/examples/plug-ins/dom_sort.html
- 18th Feb 2014Expand/Collapse Rows - Load from json on demand?So is there any way to get these "expanded" rows to be part of the actual table? Maybe redraw the table on each expand/collapse? Maybe some sort of a custom solution?
- 17th Feb 2014Custom row/column renderingneed to use a sorting plug-in to extract the text you want to sort only. If it is
- 17th Feb 2014Re-sorting lines on the flyOrdering in DataTables is determined by the sort that is applied to the table. If you want to allow drag and drop reordering, you'd need to disable sorting and enable something like jQuery UI's sortable as you mentioned. Allan
- 15th Feb 2014DataTable - can't select rows on next pageI'd also point out that you are adding the currency plug-in after you initialise your DataTable. You get away with it only because the currency sort isn't used on the first column. Allan