Vuetify

상점

기업

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.

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

제공되는 Props, Slots, Events 와 함수들을 이용하여 원하는 컴포넌트를 직접 구현해 보세요.

간단한 예재부터 복잡한 예제까지 아래를 참고해서 앱 개발을 시작해 보세요.

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!