manage_table_columns
Add, remove, or reorder columns in a table widget by specifying column IDs, labels, types, and desired order.
Instructions
Add, remove, or reorder columns on a TABLE_WIDGET_V2. Each add entry is
{"id": "<column_id>", "label"?: str, "columnType"?: "text"|"number"|"date"|"image"|..., "isDerived"?: bool} — defaults match Appsmith's "+" button. remove is a list of
column ids. reorder is the desired full list of column ids in order; ids not in
the list keep their relative order at the end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | ||
| remove | No | ||
| reorder | No | ||
| widget_id | Yes |