Search
11152 results 6801-6810
Forum
- 12th Feb 2016When I switch on column sorting my View Model is not returnedIf I set "paging":false, then it still returns the ViewModel, but the combination of Sorting and Paging doesn't return the ViewModel.
- 8th Feb 2016Column set to Orderable False shows sorting icon until a column that is orderable is clicked onI have found that adding the below code to the "columnDef" to make a column not sortable, "sorting": false, "orderable": false, Also, take a look at https://datatables.net/reference/option/orderFixed
- 6th Dec 2015How to Exclude columns from SortingFrom sorting? Just use the columns.orderable
- 18th Sep 2015Exception when sorting, info & pagination (aanFeatures)production site already... After sorting or calling table.ajax.reload(); new
- 14th Aug 2015Why my default sorting setting is not working?restore what the last sorting on the table was.
- 11th Aug 2015How to disable sorting of one column during sorting of others?@xawixawxaw, I'm also running into this issue. It seems I can't get rid of sorting on my first column header. I have "sortable": false, but the icon and class are still added to the header. Any luck with this?
- 27th Jul 2015Sorting Unusual Date Format?Another option is to use the date / time sorting plug-in from this blog post. It will work with virtually any format. Allan
- 22nd Jul 2015Sorting SuggestionFunction to deal with sorting a date time that
- 1st Jul 2015Incorrect sorting strings with a dashYou might wish to try the "natural sorting" plug-in. It has enabled me to deal with several such contexts.
- 18th Jun 2015Suggestions for improving sorting, especially of personal nameswhich needs an additional column providing the data formatted in a way that makes correct sorting possible not really - you could use columns.render and "transform" the data as needed. Allan