RealGrid2 API
Interface
DataOptions

DataOptions

DataProviderBase 의 전체설정 정보들

Signature:

export interface DataOptions 

Remarks

DataProviderBase.getOptions(), setOptions 에서 사용한다.

Example

let options = ds.getOptions();
options.undoable = true;
ds.setOptions(options);

Properties

PropertyTypeDescription
amTextstring
baseYearnumber
booleanFormatstring
checkStatesboolean
commitBeforeDataEditboolean
datetimeFormatstring
deletableboolean
deleteCreatedboolean
insertableboolean
pmTextstring
restoreModestring
softDeletingboolean
strictRestoreboolean
subTypeEnabledboolean
undoableboolean
updatableboolean

Properties Desc

amText

Type - string


baseYear

Type - number


booleanFormat

Type - string


checkStates

Type - boolean


commitBeforeDataEdit

Type - boolean


datetimeFormat

Type - string


deletable

Type - boolean


deleteCreated

Type - boolean


insertable

Type - boolean


pmText

Type - string


restoreMode

Type - string


softDeleting

Type - boolean


strictRestore

Type - boolean


subTypeEnabled

Type - boolean


undoable

Type - boolean


updatable

Type - boolean