You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to disable paging on the Reactive Query example. It works fine on the Blaze Templates example so I'm guessing it has something to do with the data source?
Using the bundled example with only a small modification (200 rows instead of 100k)
Disabled paging by doing the following modification in example.controller.coffee
options:paging:false
Shows: Showing 1 to 0 of 200 entries
Is that not the correct way to disable paging?
The text was updated successfully, but these errors were encountered:
By default datatables imposes a limit of 10 documents that will be retrieved from the server, so you will also want to update the displayLength option to reflect a more appropriate maximum page length.
I'm trying to disable paging on the Reactive Query example. It works fine on the Blaze Templates example so I'm guessing it has something to do with the data source?
Using the bundled example with only a small modification (200 rows instead of 100k)
Disabled paging by doing the following modification in example.controller.coffee
Shows:
Showing 1 to 0 of 200 entries
Is that not the correct way to disable paging?
The text was updated successfully, but these errors were encountered: