Hello Team,
We are using the modern table where we are facing the issue on filter. When we scroll vertically on a modern table and load more data and then if we apply a filter then the table does not show the relevant data. The footer count shows the correct data however the table does not reflect the correct count. We have tried below two options also but it does not seem to work..
1. Removed flexible height and set height to 500.
2. Added Refresh(datasource) to OnChange of filter dropdown. But the table does not reflect.
Any help or solution on how to fix the issue when you scroll down in the table and apply a filter the table does not reflect the changes.