Skip to Main Content

Java Development Tools

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!

How to preserve table row order after executing query??

MAZZNov 14 2017 — edited Nov 15 2017

Hi all,

In our application, we add rows only below the current row in table component and we have a column 'line_num' to keep the order of rows added. All above-mentioned features are working fine but when I execute query before committing the changes, the row added will move to the first row in the table.

For example, the execute query function can be called in many ways, one is using table filter .if I add one row in between some other row and then if using table filter, the newly added row move to the first row.

Any help would be great-MAZZ

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2017
Added on Nov 14 2017
10 comments
345 views