Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insert Rows Above in Form

554275Jun 21 2007
Hello all,

I'm trying to allow users to insert rows on a form in such away that the added row renders in the middle of the form. Probably having a check box on each row saying 'insert row above'.

The purpose is to emulate editing a table in a word processor basically. I understand I'd have to manage re-sequencing the data as the user changes records that appear in the 'middle' of the table.

I've seen D Kubicek's 'row mover' page and it's a good fallback, however I'd be interested as to whether what I want is really simple or will involve a lot of js and / or Ajax.

Cheers,

Toby

================================================
Eg
Before
---------
Sequence Data Chkbox ("insert above")
======================
ID1 Value1 []
ID2 Value2 []
ID3 Value3 [x]

After
-------
Sequence Data Chkbox
======================
ID1 Value1 []
ID2 Value2 []
(null) (null) []
ID3 Value3 []
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2007
Added on Jun 21 2007
0 comments
364 views