Table - access data visible on current page

In a table component, is there a way to access only the data currently visible to the user on the current page?

For each row in a table, I'm firing off a query to enrich the row from a different data source. It is not wieldy to just trigger the query for all rows in the table. Ideally, it would be triggered only for the visible rows.

Is there a way to do this?

Hi @tomasvemola! Thanks for reaching out. Great question. I don't believe we currently have a property to specifically call data from the current page. That said, I think you could use the pagination properties of the table to get this data using Javascript

1 Like