You are currently viewing the documentation for Vuetify 3
Go to Vuetify 2

Tables

The v-table component is a simple wrapper component around the <table> element. Inside the component you can use all the regular table elements such as <thead>, <tbody>, <tr>, etc.

Usage

API

ComponentDescription
v-tablePrimary Component

Examples

Props

Theme

Use theme prop to switch table to another theme.

Density

You can show a dense version of the table by using the density prop.

Height

Use the height prop to set the height of the table.

Fixed header

Use the fixed-header prop together with the height prop to fix the header to the top of the table.

Ready for more?

Continue your learning with related content selected by the Team or move between pages by using the navigation links below.
Edit this page onGitHub