Display Table
display_tableCreate interactive tables with sorting, filtering, pagination, column visibility, and row selection. Accepts column definitions and row data.
Instructions
Display an interactive table with sorting, filtering, pagination, column visibility, and row selection. Accepts column definitions and row data. Returns a visual table component that users can interact with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | Yes | Array of column definitions | |
| rows | Yes | Array of row data objects | |
| title | No | Optional title for the table | |
| allowRowSelection | No | ||
| allowColumnVisibility | No | ||
| pageSize | No |