SMART datagrid v.1 > Classes > EditOptions
DataLudi.EditOptions.insertable property
この値がtrueでreadOnlyがfalseならユーザーが行をインサートすることができる。
デフォルト値はfalse.
- Getter
- function insertable(): Boolean
- Setter
- function setInsertable(value: Boolean)
- See Also
- readOnly
- appendable
- updatable
- deletable
- セル編集概要
- Examples
- セル編集
- Row Inserting