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

    (@tobiasbg)

    Hi,

    yes, this is possible with a “Custom Command” for the DataTables JavaScript library. That command looks like this

    "aoColumnDefs": [ { "bSortable": false, "aTargets": [ "column-1" ] } ]

    and needs to be pasted into the “Custom Commands” text field in the “DataTables JavaScript features” section on the “Edit” screen of your table. The “column-1” determines which column should not be sortable, so change that as necessary.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Sorting only for specified columns?’ is closed to new replies.