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 achieve Columnar UI design from database tabular data?

BilalJun 30 2020 — edited Jun 30 2020

Hi All,

Oracle JDeveloper 12.2.1.3.0.

I'm trying to achieve the columnar UI design to display thresholds/bands of gases in the Oracle ADF form as shown in the following figure.

Asset 1.png

These thresholds/bands are defined in the database table, having the following structure.

Screen Shot 2020-06-30 at 13.10.05.png

My question is what would be the best way to achieve this UI design. Note that these thresholds are not fixed. These can vary for different pollutants and regions. In simple terms, it involves rendering the rows vertically instead of horizontally.

Any suggestion will be greatly appreciated.

Many Thanks and

Kind Regards,

Bilal

Comments
Post Details
Added on Jun 30 2020
2 comments
260 views