Generic selectors

Exact matches only

Search in title

Search in content

Post Type Selectors

Data Grid

Data Grids are used to efficiently organize information and make it easier for users to consult it.

  • Overview
  • Specs
  • Guidelines

Pattern

The Data Grid pattern is a versatile and dynamic tool designed to display structured data in a clear and organized manner.

It presents information in a grid format, allowing users to easily comprehend and analyze complex datasets with efficiency and precision.

Whether used in web applications, data visualization platforms, or enterprise systems, this component offers unparalleled flexibility and functionality.

Data Grid anatomy
  • A: Regular Style;
  • B: Compact Style;
  • 1: Checkbox;
  • 2: Dedicated Filter;
  • 3: Hover Actions;
  • 4. Overflow Menu;
  • 5: Cell;
  • 6: Items to Show;
  • 7: No. of Items;
  • 8: Group by Columns.
Datagrid_datasets
Datagrid used for large datasets

Used for:

Displaying large datasets

Data Grids excel at presenting large volumes of data in a structured and easily consumable format. They allow users to effectively visualize, scroll through and navigate large data sets.

Sorting and filtering

Data Grids enable users to dynamically sort and filter data based on specific criteria, allowing them to quickly find relevant information and customize the view.

Pagination

Data Grids offer built-in pagination and virtual scrolling features to efficiently manage large datasets, optimizing performance by incrementally loading data.

Don’t use for:

Limited data complexity

If your application deals with simple or straightforward data that does not require extensive sorting, filtering, or manipulation, consider using cards instead.

Graphical data representation

When the data is primarily visual or graphical in nature, such as charts, diagrams, or maps, a Data Grid may not be the most effective way to present the information, consider using the dashboard widget instead.

Datagrid total applied at the middle of the list
Datagrid total applied at the middle of the list

Demo

Access the Figma file and inspect the element using Dev Mode.

Datagrid at Figma

What’s New?

Before_Datagrid
Old version of the Data Grid
Current_Datagrid
Current version of the Data Grid
  • Updated color variables;

Tooltip

Tooltips are used to provide additional information about elements or functionalities on a page …