Data
12 Sep 20251 minute to read
Kanban data module
Methods
refreshUI
The function is used to refresh the UI once the data manager action is completed
| Parameter | Type | Description |
|---|---|---|
| args | ActionEventArgs |
Accepts the ActionEventArgs to refresh UI. |
| position | number |
Accepts the index to refresh UI. |
| isDropped (optional) | boolean |
Accepts the boolean value based on based if it is dragged and dropped |
Returns void