Search
11152 results 6881-6890
Forum
- 31st Mar 2011[How to] use (hidden sorting) plug-inYou need to set sType to be "title-numeric" for the column that you want to use the hidden title sorting plug-in. Documentation for how to use sorting plug-ins is here: http://datatables.net/plug-ins/sorting#how_to_type . And an example here: http://datatables.net/examples/plug-ins/sorting_sType.html . Allan
- 25th Mar 2011Sorting Issue on headers when checking/unchecking checkboxesThe sorting problem is resolved by using event.stopPropagation(). I will try these aoColumnDefs and fnRender. Can you help me in the implementation..?
- 14th Mar 2011Problems when sorting date type dataCould you possibly post the code you are using for your US date format sorting plug-in? Is it possible that you have HTML or white-space in your date string which might be upsetting the sorting? Allan
- 13th Feb 2011Czech letters sortingfunction without JS czech sorting 2. Czech sorting (resp.
- 7th Jan 2011Disable sorting on the last columnan example that disables sorting on columns with their
- 6th Dec 2010Using aaSortingFixed to fix a row in table, irregardless of column reorder or sortingit down to a sorting issue with the tooltips
- 16th Oct 2010Datatable, ajax sorting problemSorting when done with server-side processing, is done on the server. So the GetMyOrders script would need to be taking this into account. Is it? Allan
- 13th Oct 2010Sorted Arraylooping aiMasterDisplay to index into aoData to get the items back in sorted order (looping with aiDisplay will return the filtered sorted set)
- 13th Oct 2010Getting next index on sorted tableloop aiMasterDisplay to index into aoData to get the items back in sorted order (looping with aiDisplay will return the filtered sorted set)
- 5th Oct 2010default sorting on another column when sortingIt looks okay to me when sorting it (Safari 5). However, it would be worth using this example: http://datatables.net/examples/basic_init/multi_col_sort.html , since the ones on my personal site are using DataTables 1.3... Allan