https://github.com/ramonmeffert/svelte-datagrid
A Svelte library for type-safe data grids.
https://github.com/ramonmeffert/svelte-datagrid
component datagrid svelte type-safety
Last synced: 3 months ago
JSON representation
A Svelte library for type-safe data grids.
- Host: GitHub
- URL: https://github.com/ramonmeffert/svelte-datagrid
- Owner: RamonMeffert
- License: mit
- Created: 2023-05-06T22:17:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T15:20:50.000Z (about 1 year ago)
- Last Synced: 2025-02-04T11:45:56.161Z (4 months ago)
- Topics: component, datagrid, svelte, type-safety
- Language: Svelte
- Homepage: https://svelte-datagrid.pages.dev/
- Size: 694 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte Datagrid
> **Warning**
> This library is a work-in-progress. The API is not finalized, and the
> documentation is far from complete.An experimental type-safe datagrid library aiming to improve developer
experience over existing libraries while maintaining great performance and
customisability.## Getting started
> **Note**
> Full documentation is available on .A basic table looks like this:
```svelte
b.title} />
b.author} />
b.price} />
```
## Developing
```sh
git clone https://github.com/RamonMeffert/svelte-datagrid.git
cd svelte-datagrid
bun install
bun run dev
```