Class GridObjStore<DictVal>

Implements the storage for an HGrid.

This separates the HGrid interface from the actual storage, which could be backed by a native one

Type Parameters

Implements

Constructors

Properties

"[GRID_STORE_SYMBOL]": symbol = GRID_STORE_SYMBOL

Indicates this is a grid store.

columns: GridColumn[]

The stores's columns.

meta: HDict

The stores's meta data.

rows: DictVal[]

The store's rows.

version: string

The grid's version number.

Methods