Skip to content

Data Widgets

Data widgets display and interact with Data Tables and other data-driven sources.

Use these guides to build row-based UIs, paging controls, and reorderable data lists.

Widgets

Data Table Widget

Build a row-based UI from a Data Table using a reusable row prefab.

Data Item UI

Bind row data fields to Text, Toggle, Slider, and Image controls in a row prefab.

Data Table Navigation

Configure Unity Selectable navigation behavior and row navigation actions for keyboard/gamepad.

Data Item Select On Navigation

Bridge EventSystem row focus to Select commands.

Data Item Move On Navigation

Send MoveUp and MoveDown row commands from navigation input.

Data Item Button Action

Send row commands from Unity UI buttons without custom UnityEvent wiring.

Data Item Click Action

Send row commands from direct row clicks or taps.

Data Item Long Press Action

Send a row command after press-and-hold, commonly for context menus.

Data Item Drag Action

Send drag lifecycle commands from a row handle for reorder workflows.

Data Item Selection

Show or animate selected-row visuals for data item prefabs.

Data Paging

Add previous/next page controls and page info text to data widgets.

Data Reorder Dragger

Enable drag-and-drop row reordering for compatible data widgets.

See Also