Get the filtered (visible) results from a table

Hello there,

I'm trying to do something that should be straightforward in Retool.

As shown in the screenshot, a table with an input search to filter results.

Now, I want to get the visible (filtered) 3 data-points to do something else.

But I cannot find a way, unless implementing a parallel search functionality.

Am I missing something?

Thanks for the help.

Forget my post, I found the solution, that is, for reference:

const visibleItems = await table1.getDisplayedData()

Thanks!

1 Like