Search
11152 results 4341-4350
Forum
- 6th Nov 2009Disable Sorting for Certain ColumnsHi emkayy, This is available in the documentation: http://datatables.net/usage/columns#bSortable . As a little aside, it is actually possible to sort on checkboxes as well: http://datatables.net/examples/api/dom_sort.html ;-) Regards, Allan
- 28th Oct 2009Sorting enabled when it should notHi borisav, No, that's not the case. You can disable the auto sort that DataTables performs on initialisation by setting the aaSorting parameter to being an empty array, eg: [code] $(document).ready( function() { $('#example').dataTable( { "aaSorting": [] } ); } ); [/code] Regards, Allan
- 26th Oct 2009Mixture of ServerSide Processingcannot have Client Side Sorting, "bSortable": true... All we can do is, sort on server side. Same
- 24th Oct 2009Column Filters in theadit doesn't fire the sort function, but if you
- 24th Oct 2009Sorting strings - danish/norwegian etc.be able to correctly sort UTF strings. Regards, Allan
- 23rd Oct 2009Sorting input filedseverything in a custom sorting function ( http://datatables.net/development/sorting ) apart from the string you want to sort on. However: If the
- 10th Oct 2009input fields breack sortingborisav, The reason the sorting here doesn't work is
- 8th Oct 2009Asc/Desc tooltip on sorting columns?if (($(this).hasClass('sorting')) || ($(this).hasClass('sorting_desc'))) { $(this).attr({title: 'Sort Ascending'}); } else { $(this).attr({title: 'Sort
- 5th Oct 2009Entries Per Page + Pagination Bugrecords per page and sorted it via a specified column, it should sort only the current 20
- 5th Oct 2009Using POST on new loaded pagethe last cell to sort in the beginning. With