How to create multiple cards as a result of a query?

I'd like to create a set of "cards" whose properties come from the result of a query, similar to Trello or Dribble. An individual card is like a ReTool container, but I want one for every row in the query result. Similar to a custom list view, but rather than the data being presented in a list with one item per row, I want the data presented in cards that render side by side and wrap onto multiple lines.

Is this possible?

Hey @mufflerdog!

Retool doesn't have a component for this but it is on our radar, a similar component was actually mentioned in this thread made by another community member outlining a number of components that might be great additions to the platform. In the meantime, you might try using a setup with multiple listviews as mentioned here! I've attached an example app of a container grid with three columns that uses similar ideas.

Let me know if any of this is helpful :slightly_smiling_face:
grid_with_listviews.json

Hey folks!

A little delayed here but want to let people know that List Views now support grid layouts :tada:

1 Like