Selected row count doesn't clear properly when filter applied

Selected row count doesn't clear properly when filter applied

dduroseddurose 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).

Replies

  • kthorngrenkthorngren Posts: 20,264Questions: 26Answers: 4,764

    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 of search:'applied' to Colin's example to get the count of selected rows after filtering.

    Kevin

Sign In or Register to comment.