Popup
popup
Description
Display icon and value filter from the data source
Attributes
title
$data.source
:display
: display valuevalue
:color
: color of iconicon
: icon name
{
"type": "string",
"$capture": {},
"$display": {
"as": "popup"
},
"title": "Popup test",
"$data": {
"source": [
{
"display": "test",
"value": "test",
"icon": "star",
"color": "red",
"tableData": {
"id": 0
}
},
{
"display": "test2",
"value": "test2",
"icon": "heart",
"color": "blue"
}
]
}
}