Skip to main content
Version: 57.2.0

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

PropTypeRequiredDescription
onClickreflectionYesThe function to call when the icon button is clicked.
tableIconButtonNameunionYesThe name of the icon button to display in the table. Can be one of "edit", "saveAndClose", "insert", "drawerOpen", or "drawerClose".