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

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.

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
```