smooth-tables
v0.0.6
Published
Comprehensive and evolving table & data grid module for Nuxt 3+
Downloads
176
Readme
Smooth Tables
Comprehensive and evolving table & data grid module for Nuxt 3+. Heavily opinionated and made specifically for needs & projects of 3F.
:warning: Project is under heavy development, expect breaking changes.
Features
- Virtualization
- Filtering
- Custom value & cell formatting (Supports Vue slots)
- Themable
- Supports SSR
- Slick & smooth animations
Quick Setup
Install the module with your preferred package manager (Bun is recommended):
bun add smooth-tables
Set-up the module in your nuxt.config.ts
:
// nuxt.config.ts
export default defineNuxtConfig({
modules: [
"smooth-tables",
],
smoothTables: {
// Module options are set here...
},
});