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.
Ниже приведена коллекция простых и сложных примеров.
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.
Готовы к большему? Продолжить чтение с:
Caught a mistake or want to contribute to the documentation?
Edit Layout
on GitHub!