[ enum ] DropMode
Description:
Used with dropMode() in Table, List, and Tree
Type: string
Properties:
| Name | Description |
|---|---|
|
Drop on items. |
|
Insert between items |
|
Drop on items and between items |
Examples:
table.dropMode(DropMode.OnOrInsert);
