Features
- virtualization support for table rows. This allows user to handle bulk data such as rendering 1,000 rows at once without much lag
- scroll to bottom of the table on "New Row" press
- scroll to bottom of the table on "New Row" hotkey press
- delete last row hotkey
- delete last column hotkey
Fixes
- count the correct number of focusable elements when multiple tables are open
Performance
- use Obsidian trigger events to handle hotkey table mutations. This is much more performant than just re-rendering the view.