DataTableLayout¶
The layout of columns in a Data Table row.
DataTableLayout Properties¶
Property | Type | Required |
---|---|---|
ColumnWidth | integer[] |
No |
DataSubscriptions | DataSubscriptions | No |
ColumnWidth¶
Array of fixed width of a column that you can specify.
There can only be one dynamic column for each Data Table that fills up the remaining width of the page.
The first negative value in the array will be taken as the dynamic column, subsequent negative values will default to 100 on Android and wrap text on iOS. If no negative values are specified in the array, first column is the dynamic column by default.
- type:
integer[]
All items must be of the type: integer
DataSubscriptions¶
Array of data change events to subscribe to.
- type: DataSubscriptions