Manually Delete multiple records by filtering rows
Manually Delete multiple records by filtering rows
hasbimuharip
Posts: 2Questions: 2Answers: 0
hi i really need this so badly. I'm trying to remove multiple rows which contains specific string but i fail.
Here's an example what im trying to do:
..
if (table.rows().data().[contains] SomeString)
[deleteThatRow]?
Or
table.rows().every(function (){
if this.data().[Contains] somestring [DeleteIt]?
});
Please help
This discussion has been closed.