Give us feedback
accessible-table
Reactive icon

Accessible table

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded on 12 September 2023 by 
0.0
 (0 ratings)
accessible-table

Accessible table

Details
Fix caption and header cells that are not associated with any data cell accessibility issues.
Read more

All tables should have captions inside them. Outsystems doesn’t allow adding custom elements inside tables, so I created this block with an onrender action that injects the caption inside the table using JavaScript.

Also, Outsystems don't put the tbody or any td when there is no data for the table, and that causes the header cells that are not associated with any data cell accessibility issue. This block will check for tbody if there isn't one, it'll be added using JavaScript.
Release notes (1.0.2)

Adding td inside tr then add the tr inside the tbody instead of adding the td directly in tbody.

License (1.0.2)
Reviews (0)
Team