pgColumns | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Associations | com.livecode.widget.polygrid |
Summary | Get or set the data array that the PolyGrid uses to build columns. |
Example |
|
Description | Use the pgColumns property to get or set the structure of columns. The first dimension of the array uses numeric keys, each one corresponding to a column index. Internal structure of each key is as follows:
|
Tags | table,data |