vue3-vuetable

3.0.4 • Public • Published

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.

Package Sidebar

Install

npm i vue3-vuetable

Weekly Downloads

455

Version

3.0.4

License

MIT

Unpacked Size

469 kB

Total Files

47

Last publish

Collaborators

  • janwehner