logo svelte /headless table v6.0.10
Docs TableState
docsexamplescompare
FIG-DOC · slug · api-table-state // reference
  • Overview
  • Quick Start
  • createTable
  • createColumns
  • createViewModel
  • Table
  • TableViewModel
  • TableState
  • Render
  • createRender
  • Subscribe
  • HeaderRow
  • HeaderCell
  • BodyRow
  • BodyCell
  • Overview
  • addSortBy
  • addColumnFilters
  • addTableFilter
  • addColumnOrder
  • addHiddenColumns
  • addPagination
  • addSubRows
  • addGroupBy
  • addExpandedRows
  • addSelectedRows
  • addResizedColumns
  • addGridLayout
  • addFlatten
  • addDataExport
  • addVirtualScroll
  • shadcn-svelte
  • Beye.ai
  • shadcn-svelte
  • markdown
  • virtual-list
  • motion
  • diff
  • purify
  • virtual-chat
  • memory
  • json-view
  • scoped

TableState

TableState is the TableViewModel with two additional properties.

Usage

data: ReadOrWritable<Item[]>

A reference to the original data source.

columns: Column[]

A reference to the columns of the table.

MIT · v6.0.10 · 2026
made with ❤️ by humanspeak
↩ to top