widgets/components/data_grid_component library
A Flutter widget that renders a repeatable table of input rows based on a Form.io "datagrid" component.
Each row consists of multiple child components (columns), and users can add or remove rows dynamically. The output is a List<Map<String, dynamic>>.