Table views save a table’s filters, search, sort, and column layout as a named preset you can reopen with one click. Views are stored per project, so any member of the project can pick the same preset from the dropdown.Documentation Index
Fetch the complete documentation index at: https://laminar.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.

Save a view
Set up the table the way you want it. The picker shows an amber dot when the current state has drifted from any saved view; open it and the Unsaved changes section appears:- Save changes writes back to the active view.
- Save as new view prompts for a name.
- Discard changes reverts to the active view (or to
Default viewif none is loaded).

Example: Most expensive traces
Sort the Traces table by Cost descending, hide the columns you don’t need (root output, tags, metadata, session/user id), and save it as High-cost traces. Anyone in the project opening the Traces tab can pick that view from the dropdown to land on the same focused table.
What’s next
Full text search
Search across span input, output, and attributes; saved into a view alongside your filters.
SQL Editor
When a view’s filters are not enough, drop into raw SQL across traces, spans, signals, and evals.
