PopupTemplateProps
Props interface for custom popup template component used in PopupTemplate edit mode.
Provides row data and operation context to the template component.
Props
The following table outlines the props for the PopupTemplateProps:
| Name | Type | Default | Description |
|---|---|---|---|
| data | T | - | The current data object for the row being edited or added. |
| isAdd | boolean | false | Indicates whether the operation is for adding a new row. |