This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
CRUD with pagination #120
Comments
@keithics You are absolutely right. @amoshaviv Are there any plans to integrate this in later versions? |
+1 |
+1 Would be awesome to have this as part of the yo generator. |
Depending on the application, pagination can be good or bad. Generally, I find it to be over-disruptive to the consumption of information. In most cases, I prefer an infinite-scrolling setup. Either way, I wouldn't want paging to be the default in my app by any means |
1+ @fatty1380 |
This one is still on development? |
There's currently a PR open for this: #795 |
right, we can close this. |
This was referenced Sep 12, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
basically pagination is must for listing data. I think meanjs should supported this out of the box.
The text was updated successfully, but these errors were encountered: