Selected row count doesn't clear properly when filter applied
Selected row count doesn't clear properly when filter applied
ddurose
Posts: 6Questions: 1Answers: 0
I have a table where I have the ability to select multiple rows applied and it shows a current tally at the bottom. After I select some rows and then search, if the search ends up not including the rows I had previously selected, the count of selected rows doesn't update (i.e. it stays unchanged).
This discussion has been closed.
Replies
The rows are still selected even though they are filtered. However you can manipulate the info element to show what you want. See Colin's example from this thread. You can add the
selector-modifier
ofsearch:'applied'
to Colin's example to get the count of selected rows after filtering.Kevin