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 Pages / List component but wit...
Power Pages
Answered

List component but with hidden column, hidden column so it can still be searched. Is it possible?

(0) ShareShare
ReportReport
Posted on by 252

Hi everyone, 

 

The management requested to hide one column in my list/view component in my PowerPages site since each cell contains a lot of text that wraps making the height per row quite large. 

 

Note, search is enabled in this list. 

 

He requests, if possible, to hide the column but still can be searched in the built-in search box in the list. Is this possible? 

Categories:
I have the same question (0)
  • Verified answer
    Fubar Profile Picture
    8,530 Super User 2026 Season 1 on at

    If it is just the row height you could set that to a set height or em via CSS.

     

    to hide a column in the list you would use JavaScript/JQuery not sure if you can get away with 'loaded' or if you will need to use a mutationobserver (with the later you should be able the columns td as they are rendered)

    // As an example the basics to hide the createdon column 
    // Note: what is below will work in your Browser console (F12), but this is not the complete 
    // code, you will need to put it inside a cocument ready and also pickup when the list has loaded // or use a mutation observer to pickup when the DOM exists to be able to hide it (do not use 
    // a JS timer it can be done without one).
    
    var list = $(".entitylist");
    list.find("th:contains('Created On')").hide(); 
    list.find("td[data-th='Created On']").hide(); 

     

  • apangeles Profile Picture
    252 on at

    Hi @Fubar ,

     

    I appreciate the reply. I assume that all of these changes in the back end should be made inside the edit code feature in Power Pages, correct? Sadly, I'm still learning webdev and still unfamiliar with these. But I think the CSS part I can do. I'll update you. 

  • Fubar Profile Picture
    8,530 Super User 2026 Season 1 on at

    Yes, you would do Edit code (after doing so there should be page JavaScript listed on the left hand side).

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
sannavajjala87 Profile Picture

sannavajjala87 42 Super User 2026 Season 1

#2
Valantis Profile Picture

Valantis 35

#3
Fubar Profile Picture

Fubar 23 Super User 2026 Season 1

Last 30 days Overall leaderboard