Sorting stops working correctly for table with more than 257 entries

Sorting stops working correctly for table with more than 257 entries

artmusartmus Posts: 9Questions: 4Answers: 0

Hello,
I have an issue with sorting my table, which contains lots of entries. Each object "g" contains a representation for how to display the value (a formatted number with "." as the thousands seperator, "," for decimal and "€" as the currency symbol) and a property "raw", which contains the number value for sorting the table.

When having less than 258 entries, the sorting works fine. But with more than that it starts sorting incorrectly.

Test-case: http://live.datatables.net/nihohoto/1/edit
Right now there are 258 entries in this test case. If you remove one of them, the table starts sorting correctly.

Any workarounds for this issue?

Thanks.

Answers

This discussion has been closed.