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?