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?