APEX Tree, load on expand
itobinhFeb 15 2011 — edited Mar 29 2011I have around 15,000 record and I have to build a tree to display it.
First problem, APEX or Oracle gave out of memory error and I believe to load the page with this tree will be very long.
Is there any a way to load the tree smartly....load first the 1st level. If user clicks on expand icon then load the child..as so on.
Maybe with ExtJs we can achieve this?