TableRowAction
<ui5-table-row-action>
| Since 2.7.0The ui5-table-row-action
component defines an action for table rows.
ES6 Module Import
import "@ui5/webcomponents/dist/TableRowAction.js";
Properties
icon
text
invisible
Slots
No slots available for this component.
Events
click
Methods
No methods available for this component.
CSS Parts
No CSS parts available for this component.
Basic Sample
The ui5-table-row-action
component lets you incorporate interactive elements into table rows, enabling users to take actions directly related to each row.
The row-action-count
property of the ui5-table
component determines the width of the row action column. A maximum value of 3
is recommended, as exceeding this limit may take up too much space on smaller screens. If the number of row actions exceeds the row-action-count
, an overflow button will appear, providing access to the additional actions.
The invisible
property of row actions allows you to hide specific row actions while preserving their space. This can be useful for consistent alignment of row actions across several rows.