3.0.8-rc11 • Published 1 year ago
@hurtigruten/svelte-table v3.0.8-rc11
Svelte Table
Quick start
npm i @hurtigruten/svelte-table --save
Simple example
<SvelteTable {rows} {columns} />
Table with custom components
<SvelteTable {rows} {columns} let:cell let:column>
<span class="text-white bg-gray-800" slot="head">{column.title}</span>
<span class="flex items-center bg-blue-100" slot="cell">{cell}</span>
</SvelteTable>
3.0.8-rc11
1 year ago
3.0.8-rc1
2 years ago
3.0.8-rc2
2 years ago
3.0.8-rc5
2 years ago
3.0.8-rc6
2 years ago
3.0.8-rc3
2 years ago
3.0.8-rc4
2 years ago
3.0.8-rc9
2 years ago
3.0.8-rc7
2 years ago
3.0.8-rc8
2 years ago
3.0.4
2 years ago
3.0.3
2 years ago
3.0.8-rc10
2 years ago
3.0.2
2 years ago
3.0.1
2 years ago
3.0.7
2 years ago
3.0.6
2 years ago
3.0.5
2 years ago
3.0.0
2 years ago
2.0.5
2 years ago
0.0.0-development
3 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.3.5
3 years ago
1.3.4
3 years ago
1.3.3
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago