diprokon / ng-table-virtual-scroll

Virtual Scroll for Angular Material Table
https://diprokon.github.io/ng-table-virtual-scroll
MIT License
133 stars 41 forks source link

Broken UI when filtering #109

Closed sonallux closed 1 year ago

sonallux commented 1 year ago

We experience UI issues when using the filtering feature on the TableVirtualScrollDataSource. When the user has scrolled to the bottom and a filter is applied, then the header of the table jumps to the bottom and no rows are visible in the table:

image

Steps to reproduce