isUpdateAllowed

Checks if updating existing rows is currently allowed. Updating can be permanently disabled with the allowUpdate option; otherwise it may be toggled at runtime with setAllowUpdate.

Usage

ds.isUpdateAllowed();

API

isUpdateAllowed(): boolean;

Last updated

Was this helpful?