Checkbox kept auto checked while editing row
Hi Team,
I have a table in Oracle VBCS with checkboxes displayed in one column.
The requirement is:
- The checkbox should always display in the table.
- When I edit a row, the checkbox should not get auto-checked by default.
Issue:
Currently, when I edit any row in the table, the checkbox in that row gets automatically checked (even though I didn’t click it).
Please refer the below code
<oj-table scroll-policy="loadMoreOnScroll" data="[[ $variables.myPDP ]]"
class="oj-flex-item oj-sm-flex-bar-middle " class="" horizontal-grid-visible="enabled"
vertical-grid-visible="disabled" edit-mode="[[ $variables.Var_disable_status ? 'none' : 'rowEdit' ]]"
on-oj-before-row-edit="[[$listeners.tableBeforeRowEdit]]"
on-oj-before-row-edit-end="[[$listeners.tableBeforeRowEditEnd]]"
columns='[{"headerText":"Number","field":"productLineNumber","resizable":"enabled","frozenEdge":"all"}]',