How to display basic table consecutively of glide data table?

That’s fine, we’ll muddle through together :slight_smile:

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…

1 Like