InlineGridConfiguration1
InlineGridConfiguration1
JSON Example
{
"columns": [
{
"column_identifier": "string",
"drilldown_id": "string",
"field": "string",
"hidden": false,
"label": {
"condition": "string",
"hover": false,
"icons": [
{
"color": "string",
"placement": "string",
"size": "number",
"size_unit": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
],
"navigation": "string",
"text": "string"
},
"navigation": "string",
"render_configuration": [
{
"color": "string",
"condition": "string",
"display_value": "string",
"icons": [
{
"color": "string",
"placement": "string",
"size": "number",
"size_unit": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
],
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
]
}
],
"sort_ascending": false,
"sort_key": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
],
"page_size": 0,
"row_list_fields": [
"RowListField Object"
]
}
integer As int32
As int32
page_size
Optional
Constraints:
default: 30
Number of records per page. page_size will be effective only when the urls provided in the datasource support paging.
array of
RowListField
row_list_fields
Required
Constraints:
minItems: 1
Rows of grid or table are formed from the list of objects returned by a row list field.