Is there any way to access table data after a user has searched/filtered it?
I have a table connected to a datasource and I would like to display thumbnails of the filtered table data.
1 Like
Hi!
We do not have a way to connect the “internal filtering” of the table to the outside world.
The way to do it in this case, is to remove the table search field, and put it as a search field outside the table (e.g. a Text Edit connected to an App variable). With this, you may add either a conditional filter on the table (“if the App Variable has value, filter the data”) or a client filter on the data source for the same purpose. With this setup, you may have your list of images (the left side of your screenshot) filter equivalently to the table (the right side of your screenshot) when the user uses the search.
In your case, you might be interested in the possibility to add images inside the “Avatar” adornment in a table: