Default-Column
๐ Developer Guide
With the Default-Column Brick, you are able to display simple columns based on table data.
Columns without specified component will default to the Default-Column Brick.
๐ Example
Designer
(Droppable in both header and body columns)
Runtime
This example uses the following data set:
{
"data": [
{
"id": "1",
"firstname": "Jane",
"lastname": "Doe",
"personalInfo": {
"age": 34,
"gender": "female"
}
},
{
"id": "2",
"firstname": "John",
"lastname": "Doe",
"personalInfo": {
"age": 27,
"gender": "male"
}
},
{
"id": "3",
"firstname": "Max",
"lastname": "Mustermann",
"personalInfo": {
"age": 35,
"gender": "male"
}
}
]
}
โ๏ธ Configuration Properties
config
See HeaderCell and BodyCell for more information.
๐ ๏ธ Usage
Designer
(Use the build in configuration Inputs in the right Side-Nav)
Config
(Edit the whole configuration of the Default-Column to your liking)




No Comments