[component]

Dev Mode
Table icon button
Description
The table icon button is an interactive element that allows the user to edit record rows, open drawers, and close them.
Table Icon Button Name
Usage Guidelines
Do
Use this component to interact with an entire row.
Don't
Do not use this component to edit a single data set. For example, only the birthday date of the record. Use the date field 'Edit' variant instead.
Props
Name
Type
Required
Description
onClick
Required
The function to call when the icon button is clicked.
tableIconButtonName
Required
The name of the icon button to display in the table. Can be one of "edit", "saveAndClose", "insert", "drawerOpen", or "drawerClose".
Status
Documentation:
Figma:
Web:
iOS:
Android:
Related
Table
Examples
States
Edit
Save and Close
Insert
Drawer Open
Drawer Close