qri-io / 2017-frontend

qri electron & web frontend
https://qri.io
MIT License
23 stars 7 forks source link

body only shows first 100 rows of a dataset, should warn when truncated, be able to load more #444

Open b5 opened 5 years ago

b5 commented 5 years ago

Ok we've had this come up a few times now: #347 , #225. The motivation for limiting to 100 rows started with our concern that readonly should be limited in the number of rows it can see. Currently we don't display the body in readonly mode at all, so this is a bit of a moot point.

we should focus on hooking up a scrollspy that loads data as the user approaches the end of the list. Later on we can update readonly mode to show a message that says "you're in readonly mode, data access is limited to the first 100 rows".