tzezar / datagrid

Datagrid made in svelte. Easy to use. Easy to customize.
https://tzezars-datagrid.vercel.app
MIT License
105 stars 2 forks source link

Keyboard navigation #4

Open tzezar opened 1 month ago

tzezar commented 1 month ago

Partially implemented. It is possible to move around the cells with arrows and style the cells according to the current field. There remains the issue of accessibility and the fact that in such cells there may be some interactive element like a checkbox which should be able to be focused. Another question is expandable rows - should it be possible to move on them with arrows?