WjSheet Class

File
wijmo.angular.js
Module
wijmo.angular
Show
   

AngularJS directive for the Sheet object.

The wj-sheet directive must be contained in a WjFlexSheet directive. It supports the following attributes:

name
@ The name of the sheet.
row-count
@ The initial number of rows in the unbound sheet. Changes done to this attribute have no effect after the Sheet was initialized by AngularJS.
column-count
@ The initial number of columns in the unbound sheet. Changes done to this attribute have no effect after the Sheet was initialized by AngularJS.
items-source
= The data source for the data bound sheet. Changes done to this attribute have no effect after the Sheet was initialized by AngularJS.
visible
@ A value indicating whether the sheet is visible.
name-changed
& Handler for the nameChanged event.