use/useFieldSetTabularInline
Overview
Extends the inline field-set composable with responsive breakpoint logic to switch between table and stacked display modes.
Properties
FIELD_SET_TABULAR_INLINE_EMITS
Array of Vue event names emitted by tabular inline field-set components. Pass to the emits option of a tabular inline field-set component.
Type: string[]
Source: client/lib/use/useFieldSetTabularInline.js:17
FIELD_SET_TABULAR_INLINE_PROPS
Vue component props definition for tabular inline field-set components. Inherits all props from FIELD_SET_INLINE_PROPS for use in table-style repeatable child-row layouts.
Type: object
Source: client/lib/use/useFieldSetTabularInline.js:14
Methods
- useFieldSetTabularInline - Composable for handling tabular inline fieldset logic.
Types
FieldSetTabularInlineContext
FieldSetTabularInlineMyRawProps
FieldSetTabularInlineOptions
FieldSetTabularInlineRawState
BoundHandleIsTableUpdate
BoundHandleIsTableUpdate = (newValue: boolean) => any
FieldSetTabularInlineProps
FieldSetTabularInlineProps = UnwrapNestedRefs
FieldSetTabularInlineRawProps
FieldSetTabularInlineRawProps = FieldContextRawProps & ThemeRawProps & UseFormModelRawOverridableProps & FieldSetTabularInlineMyRawProps
FieldSetTabularInlineState
FieldSetTabularInlineState = UnwrapNestedRefs
Source
client/lib/use/useFieldSetTabularInline.js:1