Skip to content

Commit

Permalink
bump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsouf committed Mar 10, 2017
1 parent de8903b commit a289870
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "zero-table",
"version": "0.1.1",
"authors": [
"sghzal <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/zero-table.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zero-table.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "zero-table",
"version": "0.1.1",

"description": "Data grid for the browser",

Expand Down
2 changes: 1 addition & 1 deletion tests/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
];

var tableInstance = new ZeroTable.TableInstance(config, data);
var tableInstance = new ZeroTable.TableInstance(config, data, {limit: 3});
$("#table").append(tableInstance.draw());


Expand Down

0 comments on commit a289870

Please sign in to comment.