Retry autoheight; Set state with request data
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
be7a21c4ae
commit
61af88db9e
@ -11,10 +11,15 @@ requests:
|
||||
url: /
|
||||
|
||||
events:
|
||||
onEnter:
|
||||
onInit:
|
||||
- id: fetch_get_data
|
||||
type: Request
|
||||
params: get_data
|
||||
- id: set_results
|
||||
type: setState
|
||||
params:
|
||||
components:
|
||||
_request: get_data
|
||||
|
||||
layout:
|
||||
contentJustify: center
|
||||
@ -36,6 +41,8 @@ areas:
|
||||
content: Stage
|
||||
- id: component_table
|
||||
type: AgGridAlpine
|
||||
layout:
|
||||
height: 500
|
||||
properties:
|
||||
rowData:
|
||||
- component: VI_IT_VIRTUALIZATION
|
||||
@ -54,8 +61,8 @@ areas:
|
||||
sortable: false
|
||||
resizable: false
|
||||
filter: false
|
||||
autoHeight: true
|
||||
rowSelection: multiple
|
||||
# setDomLayout: autoHeight
|
||||
columnDefs:
|
||||
- headerName: Component name
|
||||
field: component
|
||||
@ -74,11 +81,10 @@ areas:
|
||||
properties:
|
||||
content:
|
||||
_string.concat:
|
||||
- '```yaml'
|
||||
- _yaml.stringify:
|
||||
- _log:
|
||||
_request: get_data.hello
|
||||
- '```'
|
||||
- |
|
||||
```yaml
|
||||
{{ components.hello }}
|
||||
```
|
||||
- id: bottomrow
|
||||
type: Box
|
||||
layout:
|
||||
|
Reference in New Issue
Block a user