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
For now we are not yet doing pagination on the main Search page. We need to start thinking about implementing this feature when models starts arriving.
The text was updated successfully, but these errors were encountered:
I saw some form of pagination in the Angular controllers/templates for search, creation and references, but it doesn't seem to operate visibly - not sure what was the line of thinking then.
I believe Spring can help with that natively (likely the "easiest" approach), or we could use Range headers (tricky one in my experience, I've done it only once and with Dojo/GridX against garden variety REST services, which did not make it any easier).
An uglier but maybe simpler alternative would be to not implement any pagination in the back-end, and let the front-end sort/show/hide results on its own.
Description:
For now we are not yet doing pagination on the main Search page. We need to start thinking about implementing this feature when models starts arriving.
The text was updated successfully, but these errors were encountered: