Skip to content

tochoromero/vuejs-smart-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8af4c4 Β· Jun 30, 2021

History

50 Commits
Jan 3, 2019
Jan 10, 2019
Jan 4, 2021
Jan 3, 2019
Dec 20, 2018
Dec 20, 2018
Dec 27, 2018
Dec 20, 2018
Dec 30, 2020
Apr 18, 2019
Jun 30, 2021
Dec 20, 2018
Dec 27, 2018
May 7, 2021
Dec 20, 2018
Dec 23, 2020

Repository files navigation

πŸ”₯πŸ”₯πŸ”₯ Vue 3 support is comming πŸ”₯πŸ”₯πŸ”₯

Vue 3 support is already in beta in the next branch, the next version also supports Vue 2, you can take a look in the new documentation site.

VueJs Smart Table

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