This package has been deprecated

Author message:

use 1.0.0-beta.* instead

vue-vtable
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-dev.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vue-vtable

Weekly Downloads

74

Version

1.0.0-dev.1

License

MIT

Unpacked Size

5.38 MB

Total Files

43

Last publish

Collaborators

  • iwata0303