Hides the element without destroying it. Call Show() to make it visible again.
Makes a previously hidden element visible again.
Permanently removes the element from the UI panel.
Returns all current rows as an array of plain objects keyed by column key.
Replaces all rows with the provided array. Persists to storage immediately.
A tabular UI element with typed rows. Row data is automatically persisted to storage on every change and restored on next run.
Example