Skip to content

ObjectsGridTableHeader

Overview

Renders a column header cell in the table-layout view of ObjectsGrid, showing the field label.

Theme entry: ObjectsGridTableHeader

Props

NameTypeRequiredDefaultDescription
themeOverrideString|Object|ArraynullA partial theme object merged with the component's default theme; accepts a class string, class array, or theme object.
fieldobjectyesField definition object; name and label properties are used by this component.
columnIndexnumberyesZero-based index of this column.
columnCountnumberyesTotal number of columns in the grid.
fieldPropsobject{}Additional props forwarded to the label slot.

Slots

label

Scoped slot.

Bindings

NameDescription
key
column-index
column-count
field
gird-type
is-table-layout
is-card-layout

Source

client/lib/objects-grid/ObjectsGridTableHeader.vue

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