Table
The Table tag is used to display object keys and values in a table.
Parameters
| Param | Type | Description | 
|---|---|---|
| value | string | Data field value containing JSON type for Table | 
| [valueType] | string | Value to define the data type in Table | 
Example
Basic labeling configuration for text in a table
<View>
  <Table name="text-1" value="$text"></Table>
</View>