Search
11152 results 6761-6770
Forum
- 28th May 2019sorting not working proper with my member_id.Hi @mawais2080 , As you've enabled serverSide, that means the server will be doing the sorting - the client in this mode only displays what the server returns, so you'll need to debug your server script, Cheers, Colin
- 15th Jan 2019I want to remove sorting option..The ordering option is used to turn off ordering of the table which results in the sorting icons to not be displayed. Kevin
- 12th Dec 2018sorting problems with "Ultimate date plugin"Sounds like it! Here is more on international sorting / ordering: https://stackoverflow.com/questions/53238318/html5-javascript-datatables-order-sort-of-columns/53238593#53238593 I recommend you use the moment. js locale files instead of hard coding "DD.MM.YYYY"
- 22nd Nov 2018Default Sorting and Searching not workingDefault Sorting and Searching not working Thats not much to go on. Typically when the Datatables features aren't working there is a Javascript error stopping the page. Do you have errors in your browser's console? Kevin
- 19th Nov 2018Defining thousands and decimal in separate language file causes incorrect sortinghttps://stackoverflow.com/questions/53238318/html5-javascript-datatables-order-sort-of-columns/53238593#53238593 Has it all on sorting (more or less). Your number format is what most European countries have except for Switzerland and of course the UK.
- 13th Nov 2018On sorting the rows by columns the function gets overridden with the default functionnot being executed after sorting. I would replace it
- 1st Nov 2018Bootstrap 4 Sorting Icons Incorrector properties on the sorting icons, it defaults to
- 30th Oct 2018Sorting with large numbersthousand separator makes the sorting correct on large numbers.
- 5th Oct 2018last page is not sorting correctlyHi @vunda , Here's your code here, and as you can see, it's sorting correctly. Could you modify that example please to demonstrate your problem, Cheers, Colin
- 14th Sep 2018reset sorting in tablemodification to the existing sorting. This thread here might