Data Table Widget Set Table
Set the runtime DataTable used by a DataTableWidget.
Parameters
| Parameter | Description |
|---|---|
| Widget | The DataTableWidget to update. |
| Table | DataTable source to bind (None resets to widget default). |
| Rebuild | Rebuild the widget after table update (true default). |
| Reset Scroll | Reset scroll position when rebuilding (true default). |
Details
- Overrides the widget's current table in runtime for dynamic data swaps.
- If
Tableis cleared, widget falls back to its configured table reference.
Examples
- Switch widget view between two tables in gameplay.
- Reset to default data source by assigning None.