Can anyone tell me if it is possible to eliminate ordering in a column in Datatables? And that the column in question is to put buttons and it is not very logical to have an ordering.
Thank you
Can anyone tell me if it is possible to eliminate ordering in a column in Datatables? And that the column in question is to put buttons and it is not very logical to have an ordering.
Thank you
Solution to the problem:
aoColumnDefs: [
{
bSortable: false,
aTargets: [ -1 ]
}
]