Skip to content

Commit 5e5a830

Browse files
committed
docs: update svelte table docs
1 parent c8742cd commit 5e5a830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/svelte/svelte-table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Svelte Table
33
---
44

5-
> **IMPORTANT:** This version of `@tanstack/svelte-table` only supports **Svelte 5 or
6-
> newer**. For Svelte 3/4 support, use version 8 of `@tanstack/svelte-table`.
5+
> **IMPORTANT:** This version of `@tanstack/svelte-table` only supports **Svelte 5 or newer**. For Svelte 3/4 support, use version 8 of `@tanstack/svelte-table`.
6+
> Alternatively, you can still use `@tanstack/table-core` v9 with Svelte 3/4 by copying the source code from the [v8 `@tanstack/svelte-table`](https://github.com/TanStack/table/tree/v8/packages/svelte-table/src) as a custom adapter.
77
88
The `@tanstack/svelte-table` adapter is a wrapper around the core table logic. Most of its job is related to managing state the "Svelte" way, providing types and the rendering implementation of cell/header/footer templates.
99

0 commit comments

Comments
 (0)