bpeikes
01-18-2023Cloud Apps
Blox dropdown?
Trying to follow the documentation on how to create a simple DropDown. I don't even want it dynamic (for now), but the documentation (https://docs.sisense.com/main/SisenseLinux/sisense-blox-reference...
I was able to find some of the information I needed, going to add it here in case anyone else reads this:
1) Format for "choices" is
"choises": [ { "title": "name1", "value":"val1" }, { "title": "name2", "value":"val2" },]
2) You MUST set "displayType":"compact", you don't even need the "id":"selectVal"
Now trying to figure out how to set the height of it. It doesn't match the height of the Date picker, so it looks very weird.