Skip to main content

TableHeaderCellActionAI

<ui5-table-header-cell-action-ai> | Since 2.8.0

The ui5-table-header-cell-action-ai component defines a dedicated AI action for the table column.

ES6 Module Import

import "@ui5/webcomponents/dist/TableHeaderCellActionAI.js";

Properties

No properties available for this component.

Slots

No slots available for this component.

Events

click

DescriptionFired when a header cell action is clicked.
TypeCustomEvent<TableHeaderCellActionClickEventDetail>
ParameterstargetRef: HTMLElement
The reference to the element that triggered the event
Since2.8.0
BubblesYes
CancelableNo

Methods

No methods available for this component.

CSS Parts

No CSS parts available for this component.

Basic Sample

To indicate that the column is generated by an AI model, you can add an action to the header cell. This is done by adding a ui5-table-header-cell-action-ai component to the action slot of the ui5-table-header-cell.