5.20232.939
Wijmo API Module wijmo.vue2.grid.sheet Wijmo API Module

wijmo.vue2.grid.sheet Module

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

Variables

Variables

WjFlexSheet

WjFlexSheet: any

Vue component for the wijmo.grid.sheet.FlexSheet control.

The wj-flex-sheet component may contain a wijmo.vue2.grid.sheet.WjSheet child component.

The component supports all properties and events of the pure JavaScript wijmo.grid.sheet.FlexSheet 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.

WjSheet

WjSheet: any

Vue component for the wijmo.grid.sheet.Sheet class.

The wj-sheet component should be contained in a wijmo.vue2.grid.sheet.WjFlexSheet component.

The component supports all properties and events of the pure JavaScript wijmo.grid.sheet.Sheet 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.