# Simple tables

The v-simple-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

The simple table is a wrapper component around the <table> element.

# API

# Examples

# Props

# Dark

Use dark prop to switch table to the dark theme.

# Dense

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

# Fixed header

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

# Height

Use the height prop to set the height 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 on GitHub
Last updated:07/06/2020, 9:00:29 AM