0.3.0 • Published 4 months ago

@bitthecat/tailwind-vue-data-table v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Tailwind Vue Data Table

npm.io npm.io

Simple DataTable with slots, class and style modification for tr and td, sortable by columns (only graphics with click event).

Contains the TVPaginator component that can be disabled via prop or used in stand-alone mode.

Documentation

Install

npm i @bitthecat/tailwind-vue-data-table

Add this code inside tailwind.config.* to compile the css library

content: [
    ...
    './node_modules/@bitthecat/tailwind-vue-data-table/dist/*.js',
],

Use in Vue

import { TVTable } from '@bitthecat/tailwind-vue-data-table' 

Import default css

import "@bitthecat/tailwind-vue-data-table/dist/library.css" 

This project is licensed under the MIT license. See LICENSE.

0.3.0

4 months ago

0.2.9

11 months ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.8

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.8

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago