Datatables eliminate Ordering in a column

Asked

Viewed 14 times

0

Can anyone tell me if it’s possible to eliminate Ordering in a column on Datatables? And that the column in question is to put buttons and it is not very logical to have an Ordering.

Thank you

1 answer

0


Solution to the problem :

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.