Skip to content

Commit

Permalink
vue2
Browse files Browse the repository at this point in the history
  • Loading branch information
syshex committed May 31, 2017
0 parents commit 0ff2d3e
Show file tree
Hide file tree
Showing 26 changed files with 34,290 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .babelrc
@@ -0,0 +1,9 @@
{
"presets": [
"es2015-loose",
"stage-1"
],
"plugins": [
"transform-flow-comments"
]
}
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
.DS_Store
node_modules
build
npm-debug.log
.idea
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,20 @@
# Changelog

## 1.1.0 (May 30, 2017)

* Remote data loading (through ajax call)
* Remote data processing (through ajax calls)
* Loading overlay

## 1.0.2 (May 26, 2017)

* Added Pagination support
* Added Edit on Table support

## 1.0.1 (Sep 16, 2016)

* bugfix: clear displayCols when columns change

## 1.0.0 (Aug 23, 2016)

* First Version
22 changes: 22 additions & 0 deletions LICENSE
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright (c) 2015 greyby

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0 comments on commit 0ff2d3e

Please sign in to comment.