Table icon button
The table icon button is an interactive element that allows the user to edit record rows, open drawers, and close them.
Package: @terreno/ui
Categories: Component
Props interface: TableIconButtonProps
Story source: demo/stories/Tableiconbutton.stories.tsx
Live demo
Props
| Prop | Type | Required | Description |
|---|---|---|---|
onClick | reflection | Yes | The function to call when the icon button is clicked. |
tableIconButtonName | union | Yes | The name of the icon button to display in the table. Can be one of "edit", "saveAndClose", "insert", "drawerOpen", or "drawerClose". |