InlineGridConfiguration1

InlineGridConfiguration1
InlineGridConfiguration1
JSON Example
{
    "columns": [
        {
            "column_identifier": "string",
            "drilldown_id": "string",
            "field": "string",
            "hidden": false,
            "label": {
                "condition": "string",
                "hover": false,
                "icons": [
                    {
                        "placement": "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": [
                        {
                            "placement": "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": [
        {
            "alias": "string",
            "path": "string"
        }
    ],
    "span": 0
}
array of ColumnItem
columns
Required

Array of columns of a Grid widget

integer As int32 As int32
page_size
Optional

Number of records per page. page_size will be effective only when the urls provided in the datasource support paging.

row_list_fields
Required

Rows of grid or table are formed from the list of objects returned by a row list field.

integer As int32 As int32
span
Optional

Represents the horizontal span of the Grid.