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!

Collapsible listview divider

partlycloudySep 16 2014 — edited Sep 16 2014

APEX 4.2.2

See https://apex.oracle.com/pls/apex/f?p=57688:31

Listview with simple query on EMP and DEPT

select

d.dname,

e.ename

from emp e,dept d

where e.deptno = d.deptno

order by d.dname

How can I make the List Divider into a collapsible container/header so that all containers start off closed and clicking on a list divider opens up that container  and shows employees in that department?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 14 2014
Added on Sep 16 2014
2 comments
534 views