You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pagination and filtering is now enabled. Sorting is not enabled. Especially sorting via external ID will be hard to achieve, possibly implementing something like this: https://stackoverflow.com/a/35456954/574082.
The PR #15 add support for Client-side Pagination, Sorting and Filtering.
But these should also be supported from the backend for performance.
For the front-end part of this implementation, this post could be useful -- https://blog.angular-university.io/angular-material-data-table/
The text was updated successfully, but these errors were encountered: