pgData | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Associations | com.livecode.widget.polygrid |
Summary | Get or set the data array that the PolyGrid will display. |
Example |
|
Description | Use the pgData property to get or set the array of data that the Polygrid will display. The first dimension of the array uses numeric keys, and the value of each is an array in wich each key corresponds to a column name.
|
Tags | table,data |