web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Including web ressourc...
Power Apps
Unanswered

Including web ressource javascript component code to a model driven app

(0) ShareShare
ReportReport
Posted on by 27
Hello,
 
I have a model driven application which has table section on the left:
To hide the table section (without hiding what is displayed when clicking on a table for example because i can use a link to stimulate the click on an option under table section), I created a web ressource:
Here is the code inside of the file:
function hideTablesGroup() {
    var interval = setInterval(function() {
        var vcpTablesGroup = document.querySelector("[title='VCP Tables']");
        if (TablesGroup) {
            TablesGroup.parentElement.style.display = 'none';
            clearInterval(interval);
        }
    }, 1000); 
}

//Function on page load
document.addEventListener("DOMContentLoaded", function() {
    hideTablesGroup();
});
 
I included the web ressource on the event onload of a main form of one of the tables but it does not work at all... So I removed it and i am trying to include it directly on the model driven application, is there a way to do so? Thanks in advance!
Regards.
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 721 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 320 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard