Foundation guide

Data data grid documentation

Start here. Pass `data.rows` and `data.columns` to the grid. If those two parts are correct, the grid can render.

What it means

Rows hold the values. Columns tell the grid what to show.

When to use it

Use this first when you are setting up a new grid. Make sure rows and columns look right before you add other features.

Implementation notes

Each row should have a unique id. Each column key should match a field in row data.

Relevant API

Start with data.rows, data.columns. Open the live API reference for types and defaults.