kicker10BOG / vuetable-3

data table simplify! -- datatable component for Vue 2.x. An updated fork of the one built by ratiw as that seemed to be unmaintained. See documentation at

Home Page:https://mannyyang.github.io/vuetable-3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuetable-3 - data table simplify!

Documentation and Tutorial

You can find the documentation for vuetable-3 here

Sample Codes

There are a bunch of examples in the CodeSandbox, please have a look.

If you any question, please post your questions in the "Issues" section. Be sure to put the link to the appropriate CodeSandbox in question, or the one that you forked.

Usage

NPM

npm install vuetable-3 --save

Contributions

Any contribution to the code must be done to the next branch.

Two builds are needed before publishing:

  1. Library dist build: npm run bundle
  2. Storybook prod build: npm run storybook:build

Then, use standard-version to commit a new version.

License

Vuetable is open-sourced software licensed under the MIT license.

About

data table simplify! -- datatable component for Vue 2.x. An updated fork of the one built by ratiw as that seemed to be unmaintained. See documentation at

https://mannyyang.github.io/vuetable-3/

License:MIT License


Languages

Language:JavaScript 46.6%Language:Vue 45.9%Language:HTML 5.2%Language:TypeScript 2.3%