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

Announcements

News and Announcements icon
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.
Screenshot 2024-07-25 101904.png
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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,055

#2
Valantis Profile Picture

Valantis 666

#2
11manish Profile Picture

11manish 666

Last 30 days Overall leaderboard