Skip to Main Content

DevOps, CI/CD and Automation

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 combine Collections/Models with RowExpander in a table

User10193645-OracleApr 12 2016 — edited Apr 12 2016

The Table component and Table with RowExpander are rather picky about data sources compatible with the components. Current examples in the JET 2.0 cookbook use JsonTreeDataSource, but I'm looking for the CollectionTreeDataSource (I think) to work with Collections/Models. Any hint how to properly assemble these parts?

To add some context - I'm trying to display some messages (loaded via Collections) in a table, where expanded row would show message content. Currently I manually create JsonTreeDataSource in Collection callbacks, but that defeats the purpose of using Collections.

Thanks.

Comments

Processing

Post Details

Added on Apr 12 2016
4 comments
372 views