Skip to content

Commit

Permalink
Fixed #944 - The DataTable will sort a column when shrinking it on re…
Browse files Browse the repository at this point in the history
…size
  • Loading branch information
mertsincan committed Jul 22, 2019
1 parent 0d6bcbd commit 3083360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/datatable/HeaderCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export class HeaderCell extends Component {
columnEl: event.target.parentElement,
columnProps: this.props
});

event.preventDefault();
}
}

Expand Down

0 comments on commit 3083360

Please sign in to comment.