A similar demo is here: Stackblitz: stackblitz-guiexpert-angular-simple
This page can be found at arrayofarrays/run.astro.
In this example, we demonstrate how to assemble a table from a given array of array.
We are using one array for the header labels and the array of arrays for the table body. In reality, the header array is also an array of arrays since it can accommodate multi-line headers!