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!

oj-table tbody is being hidden while toggling to show/hide

Kalyan Miriyala-OracleMar 11 2020 — edited Mar 19 2020

Hi,

Recently we've upgraded from Jet 4 - Jet 8 where we observed one issue. We are using two tables on a page where each table has it's own purpose. Both have two data sources (i.e dataprovider1, dataprovider2). On click of a button we'll show one and hide the other. While doing this one of the table body is being hidden though it's values are present. It's is shown when reassigning the values to the dataprovider.

Could someone provide insights on this ?

Thanks,

Kalyan

Comments

Duncan Mills-Oracle

Are you calling refresh() on the table component after changing the datasource - if not , try that.

Kalyan Miriyala-Oracle

Explicit refresh is not required as datasource is already loaded to ko observableArray which worked earlier before upgrade.

We can see that oj-table-body tag visibility is shown as hidden. Not sure how it is being populated. By manipulating the DOM, issue can be fixed, but this occurs wherever this kind of functionality is present.

Somnath_IT2006

Hi
I am facing the same issue in Visual Builder while having interdependent tables in two different tabs.
Do we have any solution other than modifying the DOM exclusively?

Regards
Somnath

John JB Brock-Oracle

I'm going to guess that it is not the same issue. The poster was migrating from JET 4 to JET 8.
For Visual Builder related questions, please use their Community forum located at
https://community.oracle.com/customerconnect/categories/oci-visual-builder

1 - 4

Post Details

Added on Mar 11 2020
4 comments
292 views