irossimoline / angular4-material-table

Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.
MIT License
55 stars 25 forks source link

extending MatTableDataSource instead DataSource #32

Open lakinduakash opened 5 years ago

lakinduakash commented 5 years ago

If it can extend MatTableDataSource then we can use MatPaginator, MatSort, search etc more easily because in MatTable we can setup those features easily.

irossimoline commented 5 years ago

Hi @lakinduakash,

There is already an issue regarding this. As I currently don't have much bandwidth, I can't take in short term, but any help regarding it will be appreciated.