Notifications
Announcements
Hello Experts,
I am new to PowerApps Portal and need some of your advise. Is it possible to add vertical line between each columns in the grid? If yes, please guide me how to achieve this.
Thank you in advance.
There is no way with low code. We need to write JQuery/Javascript. I have done for Specific column color based on data. I'm pretty confident we can able to do using JS.
This is like find tr on the grid and update border
Hi @raginpatel ,
You would need to add some custom css to the page. If you have only one grid on the page or you have multiple but want to add a line to all the easiest way would be to update the styling of th tag:
th { border-right: 1px solid black; }
Result will look something like this (see attached).
Hello OOlashym,
Your solution works. However is it possible to have vertical lines between data as well? At present lines show up in header part of the grid only.
Thank you so much.
@raginpatel, yes you can add lines there as well. You would need to use CSS like this:
td { border-right: 1px solid black; }
Entity list is rendered as a regular HTML table, so you can google how to style them and apply that. Hope this will help.
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Jerry-IN 71
Fubar 62 Super User 2025 Season 2
sannavajjala87 31