Searching DataTables rows and removing them
Searching DataTables rows and removing them
Tech360
Posts: 6Questions: 5Answers: 0
in DataTables
On loading the table I want to remove all the rows where a specific text "retired" occurs.
something like:
table.rows( search: "retired" ).remove().draw()
What is the best way to do that?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Tech360 ,
You can do this:
See this example.
Cheers,
Colin