Properties to control the behaviour of the Kebab Menu of the component.
If enabled, adds a kebab menu column with configurable buttons to the data table.
Variable Name: | additionalActionEnable |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
additionalActionEnable | Boolean | Enable Kebab Menu |
If enabled, additional buttons are shown right in the table cell instead of a drop-down kebab menu.
Variable Name: | additionalActionShowInRow |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
additionalActionShowInRow | Boolean | Show Kebab Menu Items Inside Row |
Kebab menu icon.
Variable Name: | additionalActionIcon |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
imageType | Integer | Choose whether to use data from the imageData field or the imageURL field.
|
imageData | Data Block | Image data. |
imageUrl | String | Image URL. |
Width of kebab menu icon (or items, if Show Kebab Menu Items Inside Row is enabled) in pixels.
Variable Name: | additionalActionWidth |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
additionalActionWidth | Integer | Kebab Menu Icon Width |
This property allows to specify kebab menu items.
Variable Name: | additionalActionSettings |
Records: | 0..unlimited |
Record Format:
Field Name | Field Type | Field Description |
uid | String | UID. Item's unique ID. |
desc | String | Description. Item description. |
icon | Data Block | Icon. Image of the item in regular state. |
iconHover | Data Block | Hover Icon. Image of the item in mouse hover state. |
iconActive | Data Block | Active Icon. Image of the item in active (clicked) state. |
buttonAction | String | Action. Defines which action will be executed for corresponding row by pressing the button. This property has several selection values:
|
confirm | Boolean | Confirmation. If enabled, item action will require confirmation. |
confirmTitle | String | Confirmation Message. Text of confirmation message. |
CSS style applied to kebab menu elements.
Variable Name: | additionalActionStyle |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
additionalActionStyle | String | Kebab Menu Style |
Was this page helpful?