Full-Width Mode and External Links
Expand listings to full width and link directly to external sources.
This release adds flexibility for both browsing and navigation with two key features: a full-width toggle for listings and external link support for card titles.
Full-Width Mode
When browsing large datasets, sometimes you want more screen real estate. The new expand button (โคข) in the filter summary lets you toggle between the default contained width and full browser width.
Your preference is remembered separately for cards and table views, and for each dataset. On mobile, where listings already use full width, the toggle is hidden.
External Card Links
Datasets can now link card titles and images directly to external URLs instead of internal detail pages. This is perfect for reference datasets like our new Airlines collection, where clicking an airline card takes you straight to their official baggage policy page.
Dataset creators configure this with a single line:
views:
card:
title_link: url # Column containing external URL
View Source
Ever wondered where the data comes from? The settings menu (โฎ) now includes a "View Source" button that links directly to the underlying spreadsheet-full transparency into the data behind each dataset.
Try It
Check out the Airlines dataset to see external links in action, or expand any listing to full width and see how many more items fit on screen.
Technical note: Theme colors now use oklch color space consistently across all pages, eliminating the color mismatch between the homepage and dataset pages.