• Resolved Ray Gulick

    (@raygulick)


    Is there a way to exclude a particular column from being sortable?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Ray Gulick

    (@raygulick)

    Very nice plugin, by the way.

    Thread Starter Ray Gulick

    (@raygulick)

    Figured it out from advice given to someone else trying to control column behavior:

    “aoColumns”: [ null, null, null, {“bSortable”: false}, {“bSortable”: false}, {“bSortable”: false} ]

    6-column table: first 3 sortable; last 3 not.

    Hi Ray,

    yep, that’s exactly the way to do it ??

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-Table Reloaded: exclude column from sorting’ is closed to new replies.