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!