Closed DennisRas closed 2 months ago
When a column has the pattern number / number the sorting will treat it as a string. A custom sort function will have to be added to those columns.
number / number
This was a bug with the old table library.
When a column has the pattern
number / number
the sorting will treat it as a string. A custom sort function will have to be added to those columns.