Search
11152 results 3881-3890
Forum
- 18th Mar 2012Datatables colspancells This means that sorting, filtering etc can all
- 17th Mar 2012Two rows in thead, first row for sorting, second row for column filteringhttp://datatables.net/upgrade/1.8 - you can use the bSortCellsTop option to apply the sort listener to the top cells in a column. Allan
- 16th Mar 2012Does DataTables support more than 2 sorting modes?Yes - you need to write a sorting plug-in to apply the sort that you want ( http://datatables.net/development/sorting ) and use asSorting for the columns to tell DataTables what you want the sorting to be, but yes that is possible :-) Allan
- 14th Mar 2012Bootstrap 2's glyphiconscode] JavaScript Adjust the sorting styles for DataTables. [code] $.extend($.fn.dataTable.ext.oStdClasses, { sSortAsc: 'sort sort-up', sSortDesc: 'sort sort-down',
- 13th Mar 2012Tips For Using DataTables with VERY Large Data Setsa filter or a sort might not provide the
- 11th Mar 2012Problem sorting "number_1 - number_2" column.You'd need to create a sorting plug-in function that would sort the data based on what logic you want: http://datatables.net/development/sorting - how to write sorting plug-ins http://datatables.net/plug-ins/sorting - premade plug-ins Allan
- 9th Mar 2012IE Specific Pagination bug (Description and Fix included)me when clicking to sort. Can you link me
- 8th Mar 2012Issue with % width on parent when using sScrollY = "XXXpx"Do you have scrolling enabled? This feature currently will not work with scrolling enabled (well it sort of does, you need to call fnAdjustColumnSizing in a resize event handler). Allan
- 8th Mar 2012Select Column Filteringmake the click to sort option the top cells
- 8th Mar 2012Can't search for values in Textboxes if the column hasn't been sorted yetcurrently automatically doing a sort everytime a text field