canModifyRow
Checks if the row at the given index can be modified.
Usage
ds.canModifyRow(0);API
canModifyRow(index: number): boolean;Last updated
Was this helpful?
Checks if the row at the given index can be modified.
ds.canModifyRow(0);canModifyRow(index: number): boolean;Last updated
Was this helpful?
Was this helpful?