Skip to content

TableRowActions

Overview

Inline action group for a table row that stays hidden until the parent <tr> is hovered, focus-within, or carries data-state="selected". Drop inside a TableCell near the right edge of each row; the slot is meant to carry small icon buttons.

Theme entry: TableRowActions

Props

NameTypeRequiredDefaultDescription
themeOverrideString|Object|ArraynullA partial theme object merged with the component's default theme; accepts a class string, class array, or theme object.
classimport('vue').HTMLAttributes['class']undefinedAdditional CSS classes to apply to the root element.

Slots

default

Scoped slot.

Bindings

NameDescription
action-class

Source

client/lib/grid/table/TableRowActions.vue

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2