Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wonderful-panda/vue-vtable
https://github.com/wonderful-panda/vue-vtable
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wonderful-panda/vue-vtable
- Owner: wonderful-panda
- License: mit
- Created: 2016-06-01T21:39:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:23:02.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T23:03:36.311Z (7 months ago)
- Language: TypeScript
- Size: 7.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wonderful-panda/vue-vtable.svg?branch=master)](https://travis-ci.org/wonderful-panda/vue-vtable)
# vue-vtable
Table (grid view) component for Vue
* resizable columns
* light weight (render visible rows only)[DEMO](http://wonderful-panda.github.io/vue-vtable/example)
## 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](/.storybook/stories)## License
MIT