point-table-vue

0.2.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i point-table-vue

Weekly Downloads

2

Version

0.2.4

License

MIT

Unpacked Size

184 kB

Total Files

18

Last publish

Collaborators

  • martiendt