Retry autoheight; Set state with request data
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-01-25 09:09:46 +01:00
parent be7a21c4ae
commit 61af88db9e
1 changed files with 13 additions and 7 deletions

View File

@ -11,10 +11,15 @@ requests:
url: / url: /
events: events:
onEnter: onInit:
- id: fetch_get_data - id: fetch_get_data
type: Request type: Request
params: get_data params: get_data
- id: set_results
type: setState
params:
components:
_request: get_data
layout: layout:
contentJustify: center contentJustify: center
@ -36,6 +41,8 @@ areas:
content: Stage content: Stage
- id: component_table - id: component_table
type: AgGridAlpine type: AgGridAlpine
layout:
height: 500
properties: properties:
rowData: rowData:
- component: VI_IT_VIRTUALIZATION - component: VI_IT_VIRTUALIZATION
@ -54,8 +61,8 @@ areas:
sortable: false sortable: false
resizable: false resizable: false
filter: false filter: false
autoHeight: true
rowSelection: multiple rowSelection: multiple
# setDomLayout: autoHeight
columnDefs: columnDefs:
- headerName: Component name - headerName: Component name
field: component field: component
@ -74,11 +81,10 @@ areas:
properties: properties:
content: content:
_string.concat: _string.concat:
- '```yaml' - |
- _yaml.stringify: ```yaml
- _log: {{ components.hello }}
_request: get_data.hello ```
- '```'
- id: bottomrow - id: bottomrow
type: Box type: Box
layout: layout: