Dynamic big numbers based on data grid search bar filter

Hi all, I have a data grid component with the built in search bar option on. On the bottom will be a few big numbers to show some relevant data.

Is there anyway to configure the big numbers to show on screen data after it is filtered? In example, the total unfiltered sales number is 14.5k and if I filter by product type pineapple, the sales count should be 2 and the sales total should be 2.5k.

Thanks in advance :grinning:

Not with the built in search, no.
The only way to do that is to implement your own custom search/filter.

2 Likes