Skip to content

Commit

Permalink
Fix typo of reorder-columns
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Dec 8, 2017
1 parent c013475 commit 9351cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
}

for (var i = 0; i < ths.length; i++ ) {
for (var i = 0; i < this.length; i++ ) {
columnIndex = that.fieldsColumnsIndex[ths[i]];
if (columnIndex !== -1) {
that.columns[columnIndex].fieldIndex = i;
Expand Down

0 comments on commit 9351cd1

Please sign in to comment.