We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f168c commit 181dec7Copy full SHA for 181dec7
src/js/core/directives/ui-grid.js
@@ -73,7 +73,7 @@
73
// ... and we have no pre-defined columns
74
self.grid.options.columnDefs.length === 0 &&
75
// ... but we DO have data
76
- n.length > 0
+ newData.length > 0
77
) {
78
// ... then build the column definitions from the data that we have
79
self.grid.buildColumnDefsFromData(n);
0 commit comments