The @tanstack/svelte-table adapter is a wrapper around the core table logic. Most of it's job is related to managing state the "svelte" way, providing types and the rendering implementation of cell/header/footer templates.
createSvelteTableTakes an options object and returns a table.
<script>
import { createSvelteTable } from '@tanstack/svelte-table'
const table = createSvelteTable(options)
</script>
<script>
import { createSvelteTable } from '@tanstack/svelte-table'
const table = createSvelteTable(options)
</script>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4