[]
        
(Showing Draft Content)

Wijmo_Vue2_Grid_Transposed

wijmo.vue2.grid.transposed Module

Contains Vue 2 and 3 components for the wijmo.grid.transposed module.

Variables

WjTransposedGrid

WjTransposedGrid: any

Vue component for the wijmo.grid.transposed.TransposedGrid control.

The wj-transposed-grid component may contain a wijmo.vue2.grid.transposed.WjTransposedGridRow child component.

The component supports all properties and events of the pure JavaScript wijmo.grid.transposed.TransposedGrid control it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.

WjTransposedGridRow

WjTransposedGridRow: any

Vue component for the wijmo.grid.transposed.TransposedGridRow class.

The wj-transposed-grid-row component should be contained in a wijmo.vue2.grid.transposed.WjTransposedGrid component.

The component supports all properties and events of the pure JavaScript wijmo.grid.transposed.TransposedGridRow class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.