After clicking on the view link a popup is opening and it should display some table information. Its working good in classic but, in lightning experience only popup frame is opening and the table inside the popup is not loading (in this popup we have included another Skuid page which will displays the table information). We are using Skuid 11.0 version. Please help me to sort this.
In lightning experience we have included the skuid page in the Lightning component and attached this Lightning component to a lightning tab.
<aura:component implements=“lightning:actionOverride,force:appHostable” access=“global”>
<skuid:page page=“All_Prospecting_accounts_Detail” >
</aura:component>