That’s not really what the basic table component is for. It’s only designed to display data for a single row.
If you want to display a table with data from multiple rows, then you either need to use an Inline List, or construct your own table using Markdown/HTML and use that in a rich text component.
In terms of building the table, take a look at the below…