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 associate a chart and a table/datagrid with the same data source/collection?

2751631Dec 2 2015 — edited Dec 2 2015

I am working on creating a bound set of datagrid/table with a chart so that when the table gets updated, it reflects in the chart. Since there isn't yet a concept of an editable table yet, I will be using the CRUD example to update a table cell. How can I achieve one way binding between the table and the chart? I went through the discussion on "Associated Views: Cross Component Interactivity for Data Visualizations" and it gives me a hint to push the datasource to the linked components one by one, the way its supported for  each component. But want to know the proper and easier way of achieving this.

Thanks

Monika

Comments

Post Details

Added on Dec 2 2015
1 comment
351 views