Skip to content

Commit

Permalink
Refactoring hiddenColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey.pensov authored and sergey.pensov committed Dec 1, 2014
1 parent e4015a7 commit 3f5bcb5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -737,7 +737,7 @@ public void setHiddenColumns(Iterable<String> hiddenColumns) {
}

public Iterable<String> getHiddenColumns() {
return ValueBindings.get(this, "hiddenColumn", hiddenColumns, Iterable.class);
return ValueBindings.get(this, "hiddenColumns", hiddenColumns, Iterable.class);
}

public void setColumnsOrder(Iterable<String> columnsOrder) {
Expand Down

0 comments on commit 3f5bcb5

Please sign in to comment.