-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No page limits? #6
Comments
I am facing the same issue, it's displaying all of the rows |
Hi, unitmaster-component.ts constructor( films = [];
Test_service.ts function paramsToQueryString(params: DataTableParams) { if (params.offset != null) { return result.map(param => param.join('=')).join('&'); |
I'm trying to get this to work for me, and I'm almost there. I'm using my own data, which does populate the table, but there are 1000 items in the data, and it displays all of them. The paging controls are there, but it's not limiting the displayed table to anything. It just shows them all. Where do I specify the page limit? I can't see that using the demo... Everything else works. Thanks for the help!
The text was updated successfully, but these errors were encountered: