Only reorder rows with certain column value
Only reorder rows with certain column value
dydx
Posts: 8Questions: 3Answers: 0
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.selector
for this. Here is an example that applies the classmove
to the row if the Position isDeveloper
.http://live.datatables.net/vadiwoyo/1/edit
Kevin
Okay thank you so much!! It works perfectly