Search
11152 results 7381-7390
Forum
- 11th Mar 2019Protection when calling _ssp_field for sortingGood point - thanks! I'll get the demo script updated. Allan
- 1st Mar 2019Having a N/A as default value in Date column sorting not working properlyThanks @colin
- 17th Feb 2019sorting -pre -asc and -descI built a simple example based on the example in the doc you linked to. The -pre function seems to work: http://live.datatables.net/sefonamu/1/edit Please provide an example of what you are trying so we can help debug. Kevin
- 6th Feb 2019DataTable Date sorting issue.Thank you so much issue resolved
- 12th Jan 2019Problem sorting numbers bigger than 999.999 with "." as thousands separatorHi @colin you are right, I forgot to link the test cases, I'll do next time. With your link I found that the decimal and thousands operators goes inside "language". Thank you!
- 27th Dec 2018moment.js sorting 'MM/DD/YYYY h:mm:ss a' format not workingI've marked Kevin's reply as an accepted answer. Allan
- 29th Oct 2018dinamic order attribute for sortingHi @kirillos , You can use createdRow or row().node() to manipulate the row and add the ID. See an example here. Cheers, Colin
- 16th Oct 2018Sorting on unique link textHi @ronr1999 , Yep, you can add anything into that select list. You would want to parse the string to get just the text on line 17, then you may also need to modify what you search for (if you need to reconstruct the original string) on line 10. Cheers, Colin
- 21st Sep 2018Initial sorting by aaSorting for multiple columns not working for ajax dataThanks @colin I will check that.
- 15th Sep 2018Table sorting and paginationSeems to work here with jQuery 2.1.1. http://live.datatables.net/sodisusa/1/edit Maybe you can describe what isn't working and provide a link to your page or a test case replicating the issues. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Kevin