ColumnSelectionItem

Description

Column toggle item displayed in the column selected menu.

See

DataGridVueGrid.showColumnSelection

props

column

column: {
  type: PropType<Column>;
  required: true;
};

Description

The Column to show or hide.

Type declaration

MemberType
typePropType<Column>
requiredtrue

emits

hidden-updated()

hidden-updated(hidden): boolean

Parameters

ParameterTypeDescription
hiddenbooleanThe new hidden state of the column.

Returns

boolean

Description

Event emitted when the shown/hidden state of the column has been updated.