Light weight vertical list component for Vue


Keywords
Vue, component, table
License
MIT
Install
npm install vue-vtable@1.0.0-beta.8a

Documentation

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