Skip to content

Commit

Permalink
v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiw committed Dec 17, 2016
1 parent cf8c8ce commit f9efd7f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/vue-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,6 @@ exports.default = {
return this.isSelectedRow(dataItem[idColumn]);
},
checkCheckboxesState: function checkCheckboxesState(fieldName) {
if (this.selectedTo.length === 0) return false;

var self = this;
var idColumn = this.extractArgs(fieldName);
var selector = 'th.checkbox_' + idColumn + ' input[type=checkbox]';
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-table.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ <h4 class="panel-title">Visible fields</h4>

// fields definition
var tableColumns = [
'__checkbox:id',
{
name: 'id',
title: '',
Expand Down
1 change: 1 addition & 0 deletions examples/semantic.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ <h3 class="ui header">List of Users</h3>
}).modal('attach events', '#settingsBtn', 'show')

var tableColumns = [
// '__checkbox:id',
{
name: 'id',
title: '',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetable",
"version": "1.5.9",
"version": "1.5.10",
"description": "vue.js table component that will automatically request JSON data from server and display them nicely in HTML table with swap-able/extensible pagination component",
"main": "dist/vue-table.js",
"dependencies": {
Expand Down

0 comments on commit f9efd7f

Please sign in to comment.