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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, that is possible with a “Custom Command” for the DataTables JS library (to be entered on the table’s “Edit” screen):

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

    That would turn off sorting for columns 3, 4, and 6 (counting starts with 0 in the code!).

    Regards,
    Tobias

    Thread Starter Andrew Leonard

    (@andrewleonard)

    Fantastic!
    once again thanks for the brilliant support

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, you are very welcome! ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorting on some columns but not all’ is closed to new replies.