Manually Delete multiple records by filtering rows

Manually Delete multiple records by filtering rows

hasbimuhariphasbimuharip Posts: 2Questions: 2Answers: 0
edited January 2017 in Free community support

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.