TableData#

TableData#

Attribute Name

Data Type

Description

column_ids

List[str]

rows

List[TableRow]

columns

List[TableColumn]

TableColumn#

Attribute Name

Data Type

Description

id

str

name

str

group_name

str

unit

str

attribute_id

str

table_column

int

table_id

str

editable

bool

TableRow#

Attribute Name

Data Type

Description

values

List[Value]