vmware-clarity / starters

A collection of starter applications built with Clarity. Each starter project contains minimal default configuration and code to run and develop an application for a specific technology.
https://clarity.design
MIT License
19 stars 7 forks source link

fix(grid-demo): maintain active cell in virtual rows correctly #77

Closed kevinbuhmann closed 2 years ago

kevinbuhmann commented 2 years ago

closes #73

We need to track the active cell by index so that the active cell is set correctly after row elements are recycled.