Interface ViewportData

Contains data in the current viewport. Also contains the offset to this data, so that the actual row number may be determined. Do not assume that the first row in rows is the first visible row, because extra rows may be provided for easier scrolling without going to the server.

Hierarchy

Accessors

Methods

Accessors

  • get columns(): Column[]
  • A list of columns describing the data types in each row

    Returns Column[]

    Column array.

  • get offset(): number
  • The index of the first returned row

    Returns number

    double

Methods