Is it possible to render a RepeatableEntry as a table, without duplicating the labels

I have a main record with a hasMany relationship to another model. Showing works fine, but when there are many of this related records, it shows too much repeated labels, I'd like to show this entry as a table with just a header, and the data as cells.
2 Replies