VuetableFieldMixin
This mixin provides a convenient way to create Field Component for Vuetable.
Properties
rowData
type:
Objectdefault:
nullusage:
The row data passed from
Vuetable.
rowIndex
type:
Numberusage:
The row index passed from
Vuetable.
rowField
type:
Objectusage:
The normalized field definition object passed from either
VuetableorVuetableRowHeader.
isHeader
type:
Booleandefault:
falseusage:
Whether it should render the template for table header or table body. Passed from
VuetableRowHeader.
title
type:
Stringdefault: `` (empty string)
usage:
The pre-rendered title, passed from
VuetableRowHeader.
vuetable
type:
Objectdefault:
nullusage:
The reference to Vuetable instance itself. This would be useful if your component need to access properties and functions, or refer to the Vuetable instance which is a direct parent of the Field Component.
Passed from either
VuetableorVuetableRowHeader.