RealGrid2 API
Interface
LookupDataRows

LookupDataRows

A type of LookupData

Signature:

export interface LookupDataRows

Example

// key1, key2, value
rows: [
      ["TOMSP", "5", "TOMSP_5X"],
      ["TOMSP", "6", "TOMSP_6X"]
]

Properties

PropertyTypeDescription
rowsstring[][]array of keys and values

Properties Desc

rows

Array of keys and values

Type - string[][]