How to set server side pagination in Angular material Table using token
问题 here i have a issue while working with angular paginator . here i am getting data like below Response One: { "Tabledata": [ { "firstName":"Samuel", "lastName":"Smith" }, { "firstName":"Sanu", "lastName":"Smith" } ], "paging": { "RecordsCount": 2, "token": "JhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9" } } Response Two: I am getting total records count as 50 { 'RecordsCount' : 50 } Now in the initial call the i am calling api and the api format is below Initial Call http://some api.com/data?searchParams