Only reorder rows with certain column value
Only reorder rows with certain column value
I have a table that has a specific column. If that column says: "completed" only then allow it to be reordered.. so like a conditional statement but in the selector.. does that make sense? @kthorngren ![]()
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You should be able to use
rowReorder.selectorfor this. Here is an example that applies the classmoveto the row if the Position isDeveloper.http://live.datatables.net/vadiwoyo/1/edit
Kevin
Okay thank you so much!! It works perfectly