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
2014-02-07 17-02-43
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

2020-05-05 11-11-47
Gary Williams
Hi Vasco,
I emailed you but no reply... attached is an example.
TEST Alignment.oml
2014-02-07 17-02-43
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 GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.