Skip to content

@vtjDocs


@vtj / ui / GridCustomInfo

Type Alias: GridCustomInfo

GridCustomInfo: object

Type declaration

fixed?

optional fixed: Record<string, VxeColumnPropTypes.Fixed>

id

id: string

resize?

optional resize: Record<string, number>

sort?

optional sort: string[]

visible?

optional visible: Record<string, boolean>

Defined in

packages/ui/types/components/grid/types.d.ts:36

Released under the MIT License.