I would like to request help for design something in Oracle Apex.
Our Apex users can add or delete new row to tables in a page. Also after they making addition they got cancel button to the whole page. The cancel button suppose to bring everything to it's previous state. E.g delete added rows, un-delete deleted rows, undo change of rows..
My solution now is adding another column (Hidden) to the database, which handles the row state, but it's not clean, and not working perfectly.
I'll be happy for new ideas, whether is DB related or Apex related, Thanks.