0
Views
5
Comments
Table widget generates <table> without header tag (th)
Question
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.
2011-08-23 22-04-05
Tiago Simões
Staff
Hi Kaushal,

Are you talking about the Table widget or the Editable Table widget?



Cheers,
Tiago Simões
UserImage.jpg
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
2011-08-23 22-04-05
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
UserImage.jpg
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
2011-08-23 22-04-05
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 GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.