We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181dec7 commit 63fedb6Copy full SHA for 63fedb6
src/js/core/directives/ui-grid.js
@@ -76,7 +76,7 @@
76
newData.length > 0
77
) {
78
// ... then build the column definitions from the data that we have
79
- self.grid.buildColumnDefsFromData(n);
+ self.grid.buildColumnDefsFromData(newData);
80
}
81
82
// If we either have some columns defined, or some data defined
0 commit comments