"First Instance of a Repeatable"

A quick question for the community:

I just enabled expandable rows on a large table within my application. When I expand the first row to start building within the expanded area I see the following:

image

...I've expanded a whole bunch of rows and keep seeing the same thing. So, my question is, how can I quickly find the "first instance" of my repeatable (without clicking through thousands of rows)?

Hi @pod2,

You need to remove any sort settings your columns may have, so that the first row you see is the one with index 0.

1 Like

Good call @MiguelOrtiz! I've never noticed that :thinking:

It looks like the You can only add components... note is also a link that will take you to the row with index 0, but it only works if that row is on the same page you're currently on in the table

2 Likes

Thanks both!

1 Like