Using Checkbox to Select Rows in a Table in Visual Builder
Summary
Using Checkbox to Select Rows in a Table in Visual BuilderContent
Hi,
I have created on simple table region using vbcs and added boolean check box to that table but this table is not auto generating any id in code
any specific reason Is am missing something?
Checked below videos https://blogs.oracle.com/shay/using-checkbox-to-select-rows-in-a-table-in-visual-builder it generates one id
<oj-ext-checkbox-switch :id="[['oj-ext-checkbox-switch--2147249178-1-' + $current.index]]" value="{{ $current.row.selected }}"></oj-ext-checkbox-switch>
0