Getting Started

Data Grids are a way to easily display data in tables. Pagination and lazy loading comes for free.

We explore what can be done with Data Grids by building a team roster management app.

Go

Searching and Filtering

Create search and filter boxes for data grids.
Go

Paginated Grouping

Take advantage of the nested structure of Data Grids to group employees into teams within the table.
Go

'Add' Widget

Create a widget in your Data Grid that allows your users to add rows.
Go

Edit and Delete Rows

Learn how to allow your users to modify the data in a Data Grid by interacting directly with the Data Grid itself.
Go