Skip to content

Commit c27e3ad

Browse files
committed
use processed data for exporting into CSV file
1 parent 39250d8 commit c27e3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/datatable/DataTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ export class DataTable extends Component {
657657
}
658658

659659
exportCSV() {
660-
let data = this.props.value;
660+
let data = this.processData();
661661
let csv = '\ufeff';
662662
let columns = React.Children.toArray(this.props.children);
663663

0 commit comments

Comments
 (0)