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.
Select your desired component from below and see the available props, slots, events and functions.
Below is a collection of simple to complex examples.
Use the height
prop to set the height of the table.
Use the fixed-header
prop together with the height
prop to fix the header to the top of the table.
You can show a dense version of the table by using the dense
prop.
Use dark
prop to switch table to the dark theme.
Ready for more? Continue reading with: