bsssshhhhhhh / svelte-data-grid

Lightweight and powerful data grid for svelte
MIT License
203 stars 36 forks source link

Input on Enter, Jump cells on Enter, Add new row #13

Open 8483 opened 4 years ago

8483 commented 4 years ago

This is fundamental to tables.

  1. When you are done entering data, submit it with pressing Enter.

  2. When you press Enter, you jump cells as if you pressed Tab. If you use any other key, you edit the data in the cell.

  3. If you are on the last row, on the last cell, pressing enter adds a new row.