0.0.6 • Published 8 months ago

smooth-tables v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Smooth Tables

npm downloads License Nuxt

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...
  },
});
0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago