mojox.TableView - nitrologic/monkey2 GitHub Wiki
mojox:mojox.ScrollView
Class TableView ExtendsThe TableView class.
Constructors | |
---|---|
New | Creates a new table view. |
Properties | |
---|---|
Columns | |
NumColumns | Number of columns. (read only) |
NumRows | Number of rows. (read only) |
Rows |
Methods | |
---|---|
AddColumn | Adds a column. |
AddRows | Adds rows. |
RemoveAll | Removes all rows and columns. |
RemoveAllRows | Removes all rows. |
OpIdx] | Gets the view at a cell location. |
OpIdxeq | Sets the view at a cell location. |