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
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
0
Solution to the problem :
aoColumnDefs: [
{
bSortable: false,
aTargets: [ -1 ]
}
]
Browser other questions tagged jquery-plugins
You are not signed in. Login or sign up in order to post.