Dropdown multi-selection
You can select multiple values from the drop-down list at the same time.
{
"name": "CustomerID3",
"fieldName": "CustomerID",
"width": "150",
"sortable": false,
"lookupDisplay": true,
"values": [
"Austria",
"Belgium",
"Brazil",
"Finland",
"France",
"Germany",
"Ireland",
"Italy",
"Mexico",
"Spain",
"Sweden",
"Switzerland",
"UK",
"USA",
"Venezuela"
],
"labels": [
"오스트리아",
"벨기에",
"브라질",
"핀란드",
"프랑스",
"독일",
"아일랜드",
"이탈리아",
"멕시코",
"스페인",
"스웨덴",
"스위스",
"영국",
"미국",
"베네수엘라"
],
"editor": {
"type": "checklist"
},
"header": {
"text": "dropdown",
"styleName": "orange-column"
}
}