Skip to content

Data table - Introduction

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.

TIP

This feature was introduced in v3.4.0 (Blackguard)

Components

Before diving into the guides and examples, let's take a moment to understand the core components available for data tables. These are variations optimized for different scenarios.

ComponentUse-case
Data tablesThe base functionality data table, used for paginating, filtering and sorting data.
Server tablesAdds new events and properties used for displaying data from a server
Virtual tablesA version of the data table that has built in row virtualization features

API

ComponentDescription
v-data-tablePrimary Component
v-data-table-serverSpecialized Data-table for displaying results from a server
v-data-table-virtualData-table with built in row virtualization
v-data-table-footerFunctional Component used to display Data-table footer
v-checkbox-btnReusable lightweight v-checkbox

Guides

Explore data table pages that provide detailed explanations and code samples for various functionalities and use cases.

GuideDescription
BasicsUnderstand the fundamental building blocks of Data Tables.
Data and DisplayLearn how to manipulate and display data effectively.

Released under the MIT License.