RADAR-base / RADAR-Rest-Source-Auth

A simple application to support authorization of wearable devices using OAuth using a webservice with REST Endpoints.
https://radar-base.org/
Apache License 2.0
1 stars 0 forks source link

Add support for Server Side Pagination, Sorting and Filtering #17

Open yatharthranjan opened 5 years ago

yatharthranjan commented 5 years ago

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/

blootsvoets commented 3 years ago

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.