DiamondLightSource / DiamondLightSource/malcolmjs
Archive table should track current view state
Open
5
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When the user scrolls to view a given row in and archive table, the table should keep this row in the view on subsequent updates. This can be done by using the scrollToIndex prop on the react-virtualized table but will require some work as to how to determine which rows are currently in view and which index should be scrolled to.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.