An open API service indexing awesome lists of open source software.

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

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).