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
That will require an extra view and client side app to download the new data. And that is the new level of complexity.
Or probably you want to download a lot of data at once and paginate them on client side?
@byashimov the problem I'd like to solve is decrease the time it takes to get the data on big data sets. So your first option with different views is the desired alternative for me, but I do understand the increased complexity.
One very high level approach I'm thinking of is to use limit_to property as a page size for ItemLists and then change the [:limit_to] to something like [page*limit_to-limit_to:page*limit_to] where page starts at 1.
I'm of coarse aware that this is not even covering the whole challenge at a high level, but it's a start :)
When
ItemList
s become big it'd be amazing if django-controlcenter could offer pagination.The text was updated successfully, but these errors were encountered: