DataRowConfig

Config object using for passing in rows to manageGridData function

TypeScript
export interface

Properties

PropertyTypeDescription
addRowsany[]Rows to add
deleteRowsany[]Rows to delete
updateRowsany[]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[]