Skip to content

Commit

Permalink
Refactor #878
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 16, 2021
1 parent 41ddf97 commit 37deb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ export class DataTable extends Component {
this.setState({first: event.first, rows: event.rows});

if (this.props.onValueChange) {
this.props.onValueChange();
this.props.onValueChange(this.processData());
}
}

Expand Down

0 comments on commit 37deb7d

Please sign in to comment.