Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    Hi,

    the reason for this probably is that the DataTables JavaScript library (which is used for the sorting functionality), recognized the columns as strings. You could try to force these to HTML, so that the visible content should be used for sorting. To do that, please try adding

    "aoColumnDefs": [ { "sType": "html", "aTargets": [ "_all" ] } ]

    to the “Custom Commands” textfield in the “DataTables JavaScript features” section on the “Edit” screen of your table.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Sorting doesn't recognize’ is closed to new replies.