Showing posts with label tree table. Show all posts
Showing posts with label tree table. Show all posts

Saturday, 31 October 2015

How to expand the first node of tree table on page load

Add the below properties on af:treeTable

initiallyExpanded="true"

Now run you page on page load the first node will expand always.

Thanks..