3.0.4 • Published 7 months ago

vue3-vuetable v3.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Vue3-Vuetable - data table simplify!

Usage

NPM

npm install vue3-vuetable --save-dev
import Vuetable from 'vue3-vuetable'
import { createApp } from 'vue'

// then register it globally
const app = createApp({...})
app.use(Vuetable)

// or locally
var Child = {
  template: '<vuetable></vueladda>'
}

const app = createApp({
  components: {
    'vuetable': Vuetable,
  }
})

Also you have the ability to access certain components if you need them:

Vuetable: Vuetable.default/Vuetable.Vuetable,
VuetablePagination: Vuetable.VuetablePagination,
VuetablePaginationInfo: Vuetable.VuetablePaginationInfo,
VuetablePaginationDropdown: Vuetable.VuetablePaginationDropdown

License

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

3.0.4

7 months ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

0.1.0

3 years ago