vuetable-3
vuetable-3 copied to clipboard
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
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:
- Library dist build:
npm run bundle - 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.