oj-combobox-one in Oj-table
Summary:
My requirement is that I want to show combo box in the table component to get the responsibility type .
oj-combobox-one in Oj-table
how can I achieve this requirement.
ResponsibilityType I want to make it as single select .Any help would be of great help to me. thanks!!
Content (please ensure you mask any confidential information):
<div class="oj-flex" style="width: 1px; min-width: 100%;"> <oj-table class="oj-flex-item oj-sm-flex-initial oj-sm-12" id="responsibilityDataSet" selection-mode.row="single" scroll-policy="loadMoreOnScroll" display="grid" horizontal-grid-visible="enabled" vertical-grid-visible="enabled" selection-mode.column="single" style="max-height:520px; user-select: text" columns-default.header-style="background:#8dbade; font-size:13px; " columns-default.style="font-weight:500; font-size:12px " columns='[{"headerText":"Primary","field":"Primary"},{"headerText":"ResponsibilityType","field":"Type"}]' data="[[ $variables.currentResponsibilityType ]]"> </oj-table>