@radar-azdelta/svelte-datatable demo

Why yet another datatable component? During the development of Keun, we needed a datatable component that could handle CSV's with more than 100.000 rows. We didn't find anything that suited our needs, so we developed our own.

Table with a matrix of values as a data source (columns property needs to be supplied)

Change column visibility:

Loading...



Table with an array of objects as a data source

Change column visibility:

Loading...



Table with a async function as a data source (ex: fetch data from web server)

Change column visibility:

Loading...


Table with a CSV file as a data source (ex: medicatie_usagi.csv)

Change column visibility:

No data...