Rows overview

Rows are driven by the configured data provider. These articles cover how row data is accessed, how large result sets are presented, and how row rendering is optimized.

Data

Rows are formed from the configured column data and accessed through the active dataProvider. See Row data.

Pagination

Use pagination when rows should be split into pages with configurable page size and navigation controls. See Row pagination.

Virtualization

Use row virtualization to render only the visible window of rows when working with large datasets. See Row virtualization.

Performance and rendering

Tune row rendering with options such as buffer size, strict heights, and minimum visible rows. See Performance and rendering.