Skip to content

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 Widget is not set, the action does nothing.
  • Reset Scroll is optional. If left as None, it behaves as true.