Perspective Table: Retrieve Shown Data from Column Filter

Using the Table component of Perspective, is it possible to retrieve the filtered data (what appear on screen) using the table.props.columns[x].filter ?

To get the filtered result from a table, use props.filter.results.data.

Hello,

thanks for you answer. Dumb error, I forgot to enable the “result” prop.

it works, thank you.