We have a need to see how many rows are displayed in a table after using the column filters. I am aware the input box in the header that you can enable for global filtering has this feature, but this filtering method breaks when we feed it 'too much' data so we are using column filters. Table pagination doesn't seem to show how many records are being displayed either, this could be another option if we could get the table pagination to show number of records. I also tried counting what's in the dataset, but this doesn't seem to be affected by the frontend column filters.