Custom RowsPremium
Updated on Aug 14, 2026
The Grid provides the option to override its internal row components, allowing you to customize the row data.
Getting Started
The Grid has a rows property that provides the option to add a template to every single row in the Grid infrastructure separately by passing a custom row template to the data, groupFooter and groupHeader props of the rows.
The following sample demonstrates how to appearance of the rows based on the provided values in a custom rows.data template.
Loading ...