TableRowAction
<ui5-table-row-action>
| Since 2.7.0The TableRowAction
class defines a row action for table rows.
Properties​
icon​
text​
disabled​
invisible​
Slots​
No slots available for this component.
Events​
No events available for this component.
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.