Skip to content

datacamp-engineering/vuejs-smart-table

 
 

Repository files navigation

VueJs Smart Table

DataCamp fork status

2020-10-07: Active use in enterprise-frontend — maintained by ee-eng.


CircleCI

Vue Smart Table was created out of the need for a simple highly customizable data table plugin that could take advantage of Vue's slots. It has no dependencies but Vue and because it renders as a standard HTML table it is compatible with CSS Frameworks such as Bootstrap and Foundation.

Out of the box you will get filtering, column sorting, client side pagination and row selection.

Full Documentation

Please read the documentation to learn how to use it.

Installation

To install simply run

npm add vuejs-smart-table

or

yarn add vuejs-smart-table

Then in your main.js

import SmartTable from 'vuejs-smart-table'

Vue.use(SmartTable)

This will globally register four Components: v-table, v-th, v-tr and smart-pagination

About

Simple yet powerful Data Table for Vue with vanilla HTML structure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 63.0%
  • JavaScript 36.2%
  • Shell 0.8%