diprokon / ng-table-virtual-scroll

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

Custom sorting and filtering method #34

Closed Vincentspy closed 3 years ago

Vincentspy commented 4 years ago

Custom sorting and filtering methods are not working with this project

@ViewChild(MatSort, {}) sort: MatSort;

this.dataSource.sortingDataAccessor = ... this.dataSource.filterPredicate = ...

then this.dataSource.sort = this.sort; this.dataSource.filter = filterValue;

diprokon commented 4 years ago

It works correct for me @Vincentspy can you provide an example with the issue?