svelte-sortable-table

Svelte Sortable Table

Experiments with Svelte, Sorting, CSV Export, and Performance

Svelte Sortable Table

This app was built with Svelte and Sveltekit.

Installation & Running

  1. npx degit davemo/svelte-sortable-table my-table-app
  2. cd my-table-app
  3. npm install
  4. npm run dev
  5. Open your browser to http://localhost:3000

Context

The main component lives in src/routes/index.svelte.

The CSV Export code is in src/lib/download-csv.js.

The data is in static/rushing.json.

Top categories

Loading Svelte Themes