Is there way to filter the selected rows?
Do I need use selection api to reset the table data?
1 Reply
extended-salmon•8mo ago
Im not sure if it is built in, but you can create a custom filter fn, and use the
row.getIsSelected()
inside your FilterFn