Move autoheight key;Retrieve data from state
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
61af88db9e
commit
3ff063cf2e
@ -61,13 +61,13 @@ areas:
|
||||
sortable: false
|
||||
resizable: false
|
||||
filter: false
|
||||
autoHeight: true
|
||||
rowSelection: multiple
|
||||
columnDefs:
|
||||
- headerName: Component name
|
||||
field: component
|
||||
checkboxSelection: true
|
||||
flex: 2
|
||||
autoHeight: true
|
||||
- headerName: Component Version
|
||||
field: version
|
||||
flex: 1
|
||||
@ -77,14 +77,10 @@ areas:
|
||||
|
||||
|
||||
- id: rest_data
|
||||
type: Markdown
|
||||
type: Box
|
||||
properties:
|
||||
content:
|
||||
_string.concat:
|
||||
- |
|
||||
```yaml
|
||||
{{ components.hello }}
|
||||
```
|
||||
_state: components.hello
|
||||
- id: bottomrow
|
||||
type: Box
|
||||
layout:
|
||||
|
Reference in New Issue
Block a user