point-table-vue
v0.2.4
Published
Vue table component that support freeze column, fix header when scrolling down, and manage column visibility
Downloads
9
Readme
Point Table Vue
Table component that support freeze column, fix header when scrolling down, and manage column visibility Demo
Installation
Install Package
npm i point-table-vue
or
yarn add point-table-vue
Import Globally
import PointTable from 'point-table-vue'
Vue.use(PointTable)
Import Inside Component
import PointTable from 'point-table-vue'
export default {
components: {
PointTable
}
}