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!

Scrolling table to bottom after data refreshed jdev 12.2.12

LCabacoApr 4 2017 — edited Apr 5 2017

Hello guys,

I'm trying to find a way to have a a scrolled table always at the bottom, and i can't find a way to implement this.

My case scenario is simple:

- I have a shop cart table, where the articles are added in ascending order , so the newest added is at the bottom of the table.

- After the article is added, and the table refreshed i need the scroll to be at the bottom so i can instantly see my lastest added article.

I've tried to use 'scrollComponentIntoViewBehavior' but without success, since i need the article ID for this.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 3 2017
Added on Apr 4 2017
2 comments
143 views