React Data Grid Row pre-populating

Overview

Rows can be pre-populated with template values using cell renderers.

Example

The example below shows how cell renderers can be used to populate the template values in empty rows. When a cell in the empty row is edited, the beforeChange callback fills the row with the template values.