Remove Row Group based on value condition
Remove Row Group based on value condition
royyan
Posts: 1Questions: 1Answers: 0
in DataTables
how to remove row of group based on value "-"
Answers
If you don't want those records, the easiest would be to remove those rows entirely - either from the data coming from the server, or from the table once initialised.
Colin