/ngx-data-source

Library providing an implementation of the Angular's CDK DataSource

Primary LanguageTypeScript

NgxDataSource

The library is an implementation of the DataSource used by e.g. Angular Material table. The library allows a developer to connect page change, page size change, sorting, filtering and dynamically pushing new data into one DataSource which takes care of paginator state, as well as of course sorting and filtering.

This project was generated with Angular CLI version 12.2.7.

How to use