<!-- Source: https://table.svelte.page/examples -->

# Interactive Examples

> Live demos mirrored as markdown with runnable Svelte source for LLMs and agents.

**Source:** [https://table.svelte.page/examples](https://table.svelte.page/examples)

**Markdown mirror:** [https://table.svelte.page/examples.md](https://table.svelte.page/examples.md)

---

Each linked mirror includes the live page description, section notes, and fenced source for the demo components used on that page.

## Examples

- [Editable Table](https://table.svelte.page/examples/editable-table.md) - Inline-editable table cells driven by a custom cell renderer that reads and writes the underlying Svelte store. (live: [https://table.svelte.page/examples/editable-table](https://table.svelte.page/examples/editable-table), tag: `EDIT`)
- [Kitchen Sink](https://table.svelte.page/examples/kitchen-sink.md) - Every Svelte Headless Table plugin composed onto one table — sorting, filtering, pagination, grouping, expansion, selection, column resizing, sub-rows, hidden columns, and column reordering. (live: [https://table.svelte.page/examples/kitchen-sink](https://table.svelte.page/examples/kitchen-sink), tag: `COMPOSE`)
- [Virtual Scroll](https://table.svelte.page/examples/virtual-scroll.md) - Virtualised row rendering for tens of thousands of rows — only the viewport-visible window mounts in the DOM while sorting and pagination still apply across the full dataset. (live: [https://table.svelte.page/examples/virtual-scroll](https://table.svelte.page/examples/virtual-scroll), tag: `VIRTUALIZE`)
