Open rolyp opened 5 months 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.
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.)