You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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> 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!