Search
11176 results 3111-3120
Forum
- 5th Feb 2016Problem with different tables on same page with different dataIt's sort of hard to determine
- 5th Feb 2016render called 3+ timesrequest the data (filtering, sorting and display data can
- 4th Feb 2016A10 sorting before A1Specifically take a look at the natural sort plug-in. The issue is that your data is a combination of string and numeric data, while the built in sorting functions in DataTables do one or the other - not both. Allan
- 3rd Feb 2016New Editor Fail!there would be all sort of trouble :-). Allan
- 1st Feb 2016Override order-functionused to override the sort - it is just a
- 29th Jan 2016Is there a way to set default sorting to include multiple columns?I had set the sort values on. Datatables then
- 26th Jan 2016Using natural table sortingwork with the natural sorting plug-in, but I guess
- 25th Jan 2016Datatables not using data-orderthe age column: { _: "age.display", sort: "age.@data-order", type: "age.@data-order" } Its
- 25th Jan 2016Compare int values and color if higher or lowerincluding the display data, sort data, filter data etc.
- 24th Jan 2016Row-reorder: Row keeps flipping back on mousedownThe problem there is that it is still sorting but the first column - which just contains the value 1. And since DataTables does a stable sort, yes, it retains the position. You'd need to use a sequential number - https://jsfiddle.net/k7d68xvb/5/ . Allan