Skip to main content

@mapgear/geoapps > Table

Table class

Representing a table with records

Signature:
export declare class Table 

Properties

PropertyModifiersTypeDescription
ColumnsTableColumn[]Column definitions of the table
CountnumberNumber of records currently loaded from the table
DataTableRow[]Rows of data in the table
TotalnumberTotal number of records available in the table