How to remove/ hide row in render function ?

How to remove/ hide row in render function ?

Sanit KaleSanit Kale Posts: 23Questions: 9Answers: 0
edited October 2020 in Free community support

{ "data": "school", "render": function (data, type, row, meta) { if(data!=' my schoool') return "valid"; else return ' ';// i need to hide that particular row here } },

So i need to hide or remove that particular row in else condition

Answers

This discussion has been closed.