Skip to content

Data Table Widget

Actions for controlling a DataTableWidget and handling row-level UI events.

DataTableWidget

Data Table Widget Actions

Clear

Clear all current rows from the widget view.

Set Table

Set the runtime table used by the widget.

Get Selection

Read the widget's current selected row key, index, and visible row object.

On Row Action

Handle row-level actions such as select, move, or custom commands.

Rebuild

Rebuild the widget from its current data source.

Refresh

Refresh visible rows from current data.

Set Selection

Select a row by key or index and optionally sync Unity UI selection.

See also