E Every release I scan the APEX Ideas App implementations to see which long-standing requests finally landed. In 26.1 three of them are about the Interactive Grid, and together they add up to one thing: the editable grid now behaves much more like a spreadsheet. If you build data-entry screens, this is the upgrade you actually feel. So let me walk through what changed and where the sharp edges are. Copy, cut, paste, paste-insert The editable Interactive Grid now supports the full clipboard set you expect from a spreadsheet: Copy – puts the selected cells on the clipboard Cut – copies, then clears the cells Paste – overwrites the target cells with what is on the clipboard Paste Insert – creates new rows and drops the clipboard data into them It works within one grid, between two different grids on the page, and from an external spreadsheet. Multi-row and multi-column selections all come along. Copy was already there before, but this release rounds out the rest, so a ...
Mainly APEX, sometimes SQL, PL/SQL, clean code and certifications