Skip to content

Commit 842a9b7

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(gridClassFactory.js): Move priority to correct spot.
Credit to @NigmaX and @czyzm for coming up with the fix. fix #4945
1 parent d57b589 commit 842a9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/core/services/gridClassFactory.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
grid.registerRowsProcessor(function allRowsVisible(rows) {
5151
rows.forEach(function (row) {
5252
row.evaluateRowVisibility( true );
53-
}, 50);
53+
});
5454

5555
return rows;
56-
});
56+
}, 50);
5757

5858
grid.registerColumnsProcessor(function applyColumnVisibility(columns) {
5959
columns.forEach(function (column) {

0 commit comments

Comments
 (0)