Skip to content

Commit

Permalink
Merge pull request #390 from Rarity/master
Browse files Browse the repository at this point in the history
fixed #389
  • Loading branch information
mertsincan authored Apr 25, 2018
2 parents ca0b512 + 37b430a commit cc5d77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/datatable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ export class DataTable extends Component {
this.props.onColReorder({
dragIndex: dragIndex,
dropIndex: dropIndex,
columns: this.columns
columns: columns
});
}
}
Expand Down Expand Up @@ -982,4 +982,4 @@ export class DataTable extends Component {
</div>
);
}
}
}

0 comments on commit cc5d77b

Please sign in to comment.