smooth-tables
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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.

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

Readme

Keywords

none

Package Sidebar

Install

npm i smooth-tables

Weekly Downloads

2

Version

0.0.6

License

MIT

Unpacked Size

37.3 kB

Total Files

26

Last publish

Collaborators

  • nikneym