Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the late answer. As I was on vacation, I didn’t have a chance to reply earlier.

    Yes, this is possible with some extra code for the sorting algorithm. Please try pasting this in to the “Custom Commands” textfield on the “Edit” screen of the table:

    "aoColumnDefs": [ { "bSortable": false, "aTargets": [ 1, 3, 5 ] } ]

    The numbers indicate the columns that should not be sortable (counting starts at 0).

    Regards,
    Tobias

    Thread Starter ecoevolver

    (@ecoevolver)

    Thank you Very much. The above is exactly what I needed to solve this issue.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    very nice! ?? That’s great to hear. Thanks for the confirmation!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Limiting sorting on columns’ is closed to new replies.