GridView components invisible to transformers

Hello!

I watched a Build along last Thursday and was/am super excited about the New List View/ Grid View.
It is actually perfect for the app I'm building right now. So far I only encountared only one issue with components of the grid not being accessible. I want to fetch the array of checkbox values but it seems to be unavailable. What's a good workaround?

Hi @datarina!

We do not currently support indexing into or accessing list view components outside of the list view, but we are working on adding for support to this soon.

We'd love to gather more data about use cases that require this functionality. Could you tell me more about what you're trying to achieve in the app?

In the meantime, we recommend using event handlers on these components to write back to some state outside of your datasource.

2 Likes