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.
Wählen Sie unten Ihren gewünschte Komponente aus und sehen Sie die verfügbaren Attribute, Slots, Ereignisse und Funktionen.
Unten finden Sie eine Sammlung einfacher bis komplexer Beispiele.
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.
Bereit für mehr? Weiter lesen mit:
Caught a mistake or want to contribute to the documentation?
Edit Layout
on GitHub!