0.0.4-a • Published 1 year ago

vue-items-table v0.0.4-a

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Vue 3 HTML Table Component

For my personal use

How to use

installation

npm i vue-items-table

global using

in main.ts file

...
import ItemsTableComponents from 'vue-items-table'
import 'vue-items-table/styles.css'

...

app.use(ItemsTableComponents)
...

in .vue files

<ItemsTable 
  :items="itemsToShow" 
  :fields="fieldsToShow" 
/>
0.0.4-a

1 year ago

0.0.3-e

1 year ago

0.0.3-d

1 year ago

0.0.3-c

1 year ago