Skip to content

Latest commit

History

History
24 lines (17 loc) 路 632 Bytes

File metadata and controls

24 lines (17 loc) 路 632 Bytes
nav meta related
Grouping
title description keywords
Data table - Grouping
The data table component is used for displaying tabular data in a way that is easy for users to scan. It includes sorting, searching, pagination and selection.
data tables, vuetify data table component, vue data table component
/components/data-tables/basics/
/components/tables/

Data table - Grouping

Data table has basic support for grouping rows by a column value.

Examples

Group by

Using the group-by prop you can group rows by one or more columns.