This component is designed to generate HTML tables based on a pre-defined structure. You'll first build your table's structure, including its headers and rows. Once the structure is complete, the component will use the injectHtml action to render the actual HTML of the table, automatically applying the styling classes from OutSystems UI. An example demonstrating its usage is provided within the component itself. A key feature is its compatibility with PDF generation, allowing you to easily include these generated tables in your PDFs. Remember, if your data for the table structure is coming from the server-side, you'll need to wrap the block with a data fetch.
injectHtml