Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 198 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 198 Bytes

svelte-editable-table

This demonstrates implementing a Svelte table component that supports deleting rows, moving rows up or down, and editing cells.

To run it:

  • npm install
  • npm run dev