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
Gary Williams
0
Views
3
Comments
Table columns not lining up with a Editable Table
Question
Hi Guys,
Please see attached screengrab - the heading titles don't line up when using an editable table with an editable field.
The Property column does line up as the content is showing an expression rather than an editable field.
Thanks
Gary
Capture.JPG
Vasco Pessanha
Hi Gary,
Thanks for the feedback!
Can you send me a simplified module where this misalign occurs? (vasco(dot)pessanha(at)outsystems.com)
Best Regards,
Vasco Pessanha
Gary Williams
Hi Vasco,
I emailed you but no reply... attached is an example.
TEST Alignment.oml
Vasco Pessanha
Hi Gary,
Sorry, but I didn't receive your email..
Regarding the problem you reported, it seems to be a bug related to the following css rule:
.EditableTable thead td:first-child {
padding-left: 20px;
}
Try to replace it (override it) the use the following selector:
.EditableTable thead td {
padding-left: 20px;
}
Cheers,
Vasco Pessanha
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...