Support larger collections
Collections max out at 1000 lines. Support for more entries (even 5000) would be nice.
At the same time, collections with many fields (say, 30 fields) are slow to load and scroll horizontally through in table view. Just to page over when displaying 1000 lines with 30 fields takes a second or two.
To address both problems, reducing rendering time is probably needed.
28
votes
Anonymous
shared this idea
Delivered Large Table (View)
-
Michael Wills commented
Is there a way to get the query/rendering on a different thread outside the main UI loop? I am working through some performance issues with (currently) about 6000k users in a collection which may be increasing.