isInsertAllowed

Checks if inserting new rows is currently allowed. Inserting can be permanently disabled with the allowInsert option; otherwise it may be toggled at runtime with setAllowInsert.

Usage

ds.isInsertAllowed();

API

isInsertAllowed(): boolean;

Last updated

Was this helpful?