Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question.

    This is because you are having commas as thousand separators in your numbers, which by default is not supported by the DataTables JavaScript library.
    The commas lead to the column being treated as strings – which are sorted differently than numbers.
    So, if you remove the commas, the sorting should work as expected.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] sorting does not work with numbers’ is closed to new replies.