A multi‑tab table is a user‑interface pattern in which a dataset is organized into a series of tabs, with each tab presenting a distinct portion of the data in table form.
The tabs act as navigational controls, allowing users to switch between different subsets, categories, or dimensions of the same structured dataset without leaving the page.


Key characteristics

  • Single dataset, multiple views: The table is conceptually one dataset, but divided across tabs.
  • Tabbed navigation: Each tab represents a category, section, or filter.
  • Consistent structure: The table layout remains the same across tabs (columns, formatting).
  • Context preservation: Users stay on the same page while switching between data slices.
  • Scalable: Useful when the dataset is too large or too segmented for a single table.

Source for the page : Copilot, asked on July 25, 2026. .