Kebab Menu

Properties to control the behaviour of the Kebab Menu of the component.

Enable Kebab Menu

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

Show Kebab Menu Items Inside Row

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

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.

  • 0 - Image Data

  • 1 - URL

imageData

Data Block

Image data.

imageUrl

String

Image URL.

Kebab Menu Icon Width

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

Kebab Menu Items

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:

  • Edit. Starts editing current read-only row.

  • Delete. Deletes current row.

  • Cancel. Cancels editing of current row and discards changes.

  • Apply. Stops editing of current row and applies changes.

confirm

Boolean

Confirmation. If enabled, item action will require confirmation.

confirmTitle

String

Confirmation Message. Text of confirmation message.

Kebab Menu Style

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?