I am using a back-end server (Java Spring) that has Pager enabled. I am loading 100 records per page on a HTTP call.
On angular2 service, it is consuming the API ca
Also if you need to customize request to back-end there is configuration parameters for ServerDataSource that is used for data retrieving/pagination/sorting.
ServerDataSource