ember-cli-pagination
ember-cli-pagination copied to clipboard
What is expected response from custom server api (without using ember data)
Hi, Can anyone provide me with an example of the response structure? I tried this structure but didn't work { "mylist: [ ....... ], "meta": { "total_pages" : 100 } } Also what is the "content" property represents in the controller? does it represent the whole json response or only the array?
Any help is appreciated. Thanks.