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
Kaushal Kumar
0
Views
5
Comments
Table widget generates <table> without header tag (th)
Question
Usability
We are using the Table widget provided by Outsystems. This widget generates a html table, but it does not have a header tag (th).
The unavailability of header tag causes a 508 compliance issue.
Can you please confirm whether this is an issue or is there any way to get th tag for table.
In case it is an issue, can you please check if this can be added in the next build.
Tiago Simões
Staff
Hi Kaushal,
Are you talking about the Table widget or the Editable Table widget?
Cheers,
Tiago Simões
Kaushal Kumar
Hi,
I was referring to Table Widget, where we dont see <th> tag generated.
I am not sure if EditableTable Widget generates <th> tag. It would be nice if you can check this also
Regards,
Kaushal
Tiago Simões
Staff
Hi Kaushai,
I believe neither has support for TH. If you need that please submit an issue to support@outsystems.com so that it can be followed up. In the meantime a possible alternative would be to use an unescaped expression with HTML on it.
Cheers,
Tiago Simões
Kaushal Kumar
Hi Tiago,
I have raised this issue to support team, but I was not able to catch the alternative you suggested. Can you please explain it a bit, with an example.
Regards,
Kaushal
Tiago Simões
Staff
Hi Kaushal,
You can add any html using
unescaped expressions
, as such you could eventually create your table using them. Not pretty at all, but feasable.
Cheers,
Tiago Simões
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...