SvGrid Documentation

362 topic pages for the Svelte 5 data grid: getting started, columns, rows, cells, filtering, editing, and more.

Views of the grid

Not separate components. Same grid, same data, same columns - one prop redraws the rows.

Built with the grid

The grid itself, configured for a job.

Components in the same package

Standalone components that ship with the grid. Most double as cell editors.

Overview

Compliance

Enterprise tier

Studio

Getting started

Help

Cells

Columns

Editing

Filtering

Grouping

Headless

Rows

Server data

State & views

UI components

Docs

Recipes

The parts the grid is built from

The editor a cell opens, the popup a filter drops, the menu behind a right-click. The grid uses these components, and every one of them is exported so you can use it on its own.

Cell editors

What a cell opens when you start editing.

Popups the grid raises

The overlay layer under filter popups, the row detail dialog and every confirm step.

Menus and actions

The column menu, the right-click menu, and the buttons on the toolbar above them.

Drawn inside a cell

Small enough to render per row.

Around the grid

The screen the grid sits on: paging, panels, navigation and the form next to it.

All 85 components