Stacked

✓ functional

Keep every result in view on one scroll when the whole batch matters.

Stacked keeps every result in one scroll as a resizable, collapsible card. It is the layout for when several sets need to stay in view together: collapse the finished ones and keep moving.

When it is the right choice

  • A script you are working through. Each step leaves its answer on screen, so you can see what step two returned while reading step five.
  • Narrow results. Several small sets - counts, a status row, a short list - waste a whole pane each in Tabbed and read beautifully stacked.
  • Comparing by eye. Two sets one above the other, both visible, with no clicking between them.

Working the stack

  • Collapse a card to its header when you are done with it - the row count stays visible, so a collapsed card is still informative.
  • Resize a card by dragging its edge, to give the set you are actually reading the height it deserves.
  • Clear a card inline without clearing the whole run.

Reach it from the Layout submenu or the toolbar toggle; the choice is remembered per editor tab when session resume is on.

SQLly
SQLly stacked result layout
Multiple result sets as stacked, collapsible cards in one scrolling column.