How to delete a row using a column value as a identifier.
How to delete a row using a column value as a identifier.
dupers19
Posts: 11Questions: 3Answers: 0
I need to delete a row using the value of a column..
This discussion has been closed.
Answers
show an example -- becuase if you have the column you automatically have the row info
you will probably need to use a row callback to add row info when initially drawing
Hi felix. I can't put a fiddle example right now.. but i can explain further what i want. i have an idea.. hope you can help me with this.. example scenario. can you help me get the row index of the a column value?. example i have column named ITEM ID.. then that colmn has a unique integer numbers..for example i have value of 12 in the column ITEM ID. how can i get the row index of that value 12 using the value 12 as the identifier to get the row index.?..
hope you can help me..
anyways Thank You FELIX..