Search
11090 results 301-310
Forum
- 17th May 2014aoColumnDefs "bSortable": false does not remove the sort icon and functionalitydoes not work, the sort icon keeps there and
- 8th May 2014Custom Sort ComparerThanks for the DT orderFixed hint. Using this property I managed to create my sorting. By adjusting the CSS I also managed to hide the sort arrows for those fixed columns.
- 28th Apr 2014link in of table header should not sort the tableheader and i have sort option enabled for the
- 15th Apr 2014Column sort by German date 20.04.2014Columns that don't sort easily can be handled very simply. Use HTML sorting and precede the displayed data with invisible "sorting data", i.e. ... [code] ...2014-04-2222.04.2014... ...2014-04-3030.04.2014... [/code]
- 17th Mar 2014Sort Icons display but sorting not happeningthe table but no sort , no search , no pagination
- 7th Mar 2014[Solved] Sort event binding and v1.10.0-beta.3.devwasn't much option :-(. The sort event has been renamed
- 28th Feb 2014AJAX source displays data but will not sortclasses, but the filter sort doesn't work. [code] * Output
- 28th Feb 2014Multiple sort icons using JQueryUIexample doesn't have any sort icons :-(. I need to
- 27th Feb 20141.10 custom sort by days of the weekthe server do the sort in that case. If
- 17th Jan 2014Default Sort on a Certain Letter?I think you'd need to define a sorting plug-in which would apply the exact sorting you want - http://datatables.net/development/sorting . Most plug-ins sort alphabetically, so you would need to provide the logic for your own sorting. Allan