Search
11152 results 6841-6850
Forum
- 18th Jul 2013Sorting in serversideIf you are using server-side processing, then the sorting is done by the serve r(as the name implies). Are you doing the sorting server-side? See: http://datatables.net/usage/server-side Allan
- 13th May 2013Problems with sortingYou are using server-side processing, so whatever sorting is to be done is done by the server. Your process.php script specifically, not by DataTables. Allan
- 28th Apr 2013Question on sorting and a filtrationwant to use a sorting plug-in: http://datatables.net/plug-ins/sorting Allan
- 16th Apr 2013The column sorting doesn't workwhich is doing the sorting (your showHistoryLog.php, not DataTables)
- 7th Apr 2013multicolumn sorting only works with 5 columns of dataSorry, to clarify, I am using the exact same code as in the Multicolumn sorting example on Datatables.net. I have used the initialization code for the javascript and have followed the required formatting for the html.
- 2nd Apr 2013Sorting on the decimal values are not workingincluded the formatted numbers sorting plug-in: http://datatables.net/plug-ins/sorting#formatted_numbers Allan
- 4th Mar 2013Sorting issue whe using Gaj's Latin alphabetlocalCompare for all string sorting in DataTables, but with
- 25th Jan 2013Sorting not right when fields have dollar signsUse the currency sorting plug-in, or one of the other plug-ins as you required: http://datatables.net/plug-ins/sorting#currency
- 19th Jan 2013Question about html inside the .... - How not to include it when sorting?like you want the sorting with HTML numbers plug-in:
- 15th Jan 2013Trying to use Datatables- none of the functions are working (sorting pagination etc)from mysql table the sorting, pagination and css is