@vtable-guild/table
v2.0.3
Published
Table component for vtable-guild
Maintainers
Readme
@vtable-guild/table
A highly customizable Vue 3 Table component powered by tailwind-variants. API compatible with ant-design-vue Table, with support for multiple UI preset themes (ant-design-vue, element-plus).
Installation
pnpm add @vtable-guild/table @vtable-guild/core @vtable-guild/icons @vtable-guild/themeQuick Start
import { createVTableGuild } from '@vtable-guild/core'
import { VTable } from '@vtable-guild/table'
import '@vtable-guild/theme/css'
const app = createApp(App)
app.use(createVTableGuild())
app.component('VTable', VTable)<template>
<VTable :columns="columns" :data-source="data" />
</template>Documentation
See the full documentation for all features: sorting, filtering, fixed columns, row selection, expandable rows, tree table, virtualization, and more.
License
MIT
