Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
ClausS
3
Views
1
Comments
Visible table borders?
Question
Usability
Is there an easy way to make table borders (lines) visible?
By default they are invisible...
Daniel Martins
Hi Claus,
You need to change the your eSpace or WebScreen CSS
You can add the following CSS:
td, th {
border: solid 1px black;
}
the previous CSS will add table borders to all tables.
Please check the following link to see how to add that style to a specific table class:
https://jsfiddle.net/wLdLg/3/
Hope it helps you!
Kind regards.
Daniel Martins.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...