DataRowConfig
Config object using for passing in rows to manageGridData function
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| addRows | any[] | Rows to add |
| deleteRows | any[] | Rows to delete |
| updateRows | any[] | Rows to update |
Property Details
addRows
Rows to add
TypeScript
addRows?: any[];Property Value
any[]
deleteRows
Rows to delete
TypeScript
deleteRows?: any[];Property Value
any[]
updateRows
Rows to update
TypeScript
updateRows?: any[];Property Value
any[]