apex-plugin-ig_simple_checkbox
apex-plugin-ig_simple_checkbox copied to clipboard
The checkbox moves to the top of the cell when trying to check/uncheck it in Apex 18.
The checkbox moves up when trying to check/uncheck it in Apex 18.
Likewise :-(
I'm sure this is a terrible kludge, but I used the following as a workaround (APEX 18.1):
- Add a CSS Class to the column item - 'fix-ig-single-cb'
- Add the following to the page inline CSS:
.a-GV-table td.a-GV-cell.is-active.fix-ig-single-cb>div.a-GV-columnItem { align-items: center; }
Just downloaded and got the same problem.