0.2.4 • Published 5 years ago

point-table-vue v0.2.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago