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

Documentation
1.0.0

To use this block, you would first need to import the block in your Outsystems project. In the block properties, you would need to set the following:

  • Block Name: AccessibleTable
  • Input Parameters:
    • Caption: A string variable containing the caption to be injected into the table.
  • Outputs:
    • table: A table variable containing the table with the caption injected. And the tbody if the table is empty


Once you have imported the block, you can use it in your application by dragging and dropping it onto a screen or block. In the block properties, you would need to set the following:

  • caption: The value of the caption variable


The block will then inject the caption into the table in the table placeholder and the tbody if the table is empty.