explorable-viz / fluid

Data-linked visualisations
http://f.luid.org
MIT License
36 stars 3 forks source link

Data pane as scrollable (or paginated) viewport #1011

Open rolyp opened 5 months ago

rolyp commented 5 months ago

Perhaps we should cap the height of a data pane to be the right of the right-hand grid cell it’s adjacent to, and then have it be a scrollable (or paginated) viewpoint. (Contained table views would probably need to be scrollable too.)

rolyp commented 1 month ago

Adding some links to JavaScript open source “grid” implementations, which might be a good way to get pagination/scrolling/sorting and keyboard-based interactions for free. To go down this route I think we’d want something clean and lightweight so that we could customise/simplify it ourselves fairly easily.