https://github.com/davemo/svelte-sortable-table
Experiments with Svelte, Sorting, CSV Export, and Performance
https://github.com/davemo/svelte-sortable-table
Last synced: about 1 year ago
JSON representation
Experiments with Svelte, Sorting, CSV Export, and Performance
- Host: GitHub
- URL: https://github.com/davemo/svelte-sortable-table
- Owner: davemo
- Created: 2021-12-05T22:09:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T23:36:33.000Z (over 4 years ago)
- Last Synced: 2025-04-04T12:07:56.798Z (about 1 year ago)
- Language: Svelte
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Sortable Table
This app was built with [Svelte](https://svelte.dev) and [Sveltekit](https://kit.svelte.dev).
## Installation & Running
1. `npx degit davemo/svelte-sortable-table my-table-app`
1. `cd my-table-app`
1. `npm install`
1. `npm run dev`
1. Open your browser to [http://localhost:3000](http://localhost:3000)
## Context
The main component lives in [src/routes/index.svelte](src/routes/index.svelte).
The CSV Export code is in [src/lib/download-csv.js](src/lib/download-csv.js).
The data is in [static/rushing.json](static/rushing.json).