Data Table Widget Rebuild
Rebuilds a DataTableWidget, recreating visible row UI.
Use this after paging, sorting, or adding/removing rows when the row objects need to be recreated.
Parameters
| Parameter | Description |
|---|---|
| Widget | The DataTableWidget to rebuild. |
| Reset Scroll | If true, resets scroll position to the top after rebuilding. Default is true. |
Details
- If
Widgetis not set, the action does nothing. Reset Scrollis optional. If left asNone, it behaves astrue.