Skip to content

Commit c4e31bd

Browse files
Update column visibilty function name
1 parent 32068f3 commit c4e31bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core/services/gridClassFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
return rows;
5656
});
5757

58-
grid.registerColumnsProcessor(function allColumnsVisible(columns) {
58+
grid.registerColumnsProcessor(function applyColumnVisibility(columns) {
5959
columns.forEach(function (column) {
6060
column.visible = angular.isDefined(column.colDef.visible) ? column.colDef.visible : true;
6161
});

0 commit comments

Comments
 (0)