Skip to content

Table component that support freeze column, fix header when scrolling down, and manage column visibility

License

Notifications You must be signed in to change notification settings

point-red/point-table-vue

Repository files navigation

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
  }
}

About

Table component that support freeze column, fix header when scrolling down, and manage column visibility

Resources

License

Stars

Watchers

Forks

Packages

No packages published