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
Build a row-based UI from a Data Table using a reusable row prefab.
Bind row data fields to Text, Toggle, Slider, and Image controls in a row prefab.
Configure Unity Selectable navigation behavior and row navigation actions for keyboard/gamepad.
Data Item Select On Navigation
Bridge EventSystem row focus to Select commands.
Send MoveUp and MoveDown row commands from navigation input.
Send row commands from Unity UI buttons without custom UnityEvent wiring.
Send row commands from direct row clicks or taps.
Send a row command after press-and-hold, commonly for context menus.
Send drag lifecycle commands from a row handle for reorder workflows.
Show or animate selected-row visuals for data item prefabs.
Add previous/next page controls and page info text to data widgets.
Enable drag-and-drop row reordering for compatible data widgets.