Checkbox kept auto checked while editing row — Cloud Customer Connect
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

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"}]',

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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