Large Data Set Sorting

Large Data Set Sorting

bholeckobholecko Posts: 2Questions: 0Answers: 0
edited November 2013 in General
In large data sets that have numbers exceeding 1,000 and/or below -1,000, numbers do not all get sorted correctly. How do we fix this?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    They have commas in them do they? They are therefore non-numeric and require special handling.

    You could use 1.10 which is pre-beta which will sort such numbers automatically ( https://github.com/DataTables/DataTables/tree/1_10_wip/media/js ), or use a sorting plug-in: http://datatables.net/plug-ins/sorting#formatted_numbers

    Allan
This discussion has been closed.