npm.io
1.0.0-dev.1 • Published 6 years ago

vue-vtable

Licence
MIT
Version
1.0.0-dev.1
Deps
0
Size
5.1 MB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

Build Status

vue-vtable

Table (grid view) component for Vue

  • resizable columns
  • light weight (render visible rows only)

DEMO

Requirement

Vue >= 2.5.13

Breaking changes

0.14.0
  • only support Vue >= 2.5.13
  • only support TypeScript >= 2.8
0.11.0
vlist
  • remove prop items, add itemCount and sliceItems instead.
vtable
  • remove prop initialWidths, add widths instead. When specifying widths, must be v-bind:widths.sync.
  • remove columnresize event. use widths instead to watch column resizing.

Usage

Not documented yet. See example

License

MIT