3.3.3.5 <tablegrid> Control

Displays a table of data from a dataset.

<tablegrid
    name="productsGrid"
    dataset="productsList"
    width="1/1"
>
    <label>Product Table</label>
</tablegrid>
  • name: Required. Unique control name.

  • dataset: Required. Points to the <dataset> name.

  • width: Optional. (e.g., 1/1 or 1/2).

  • label: Required. Used as the table’s heading

Last updated