-
Notifications
You must be signed in to change notification settings - Fork 923
Open
Description
Expected Behavior
downloadOptions: {
filterOptions: {
useDisplayedRowsOnly: true
}
},
onDownload: (buildHead, buildBody, columns, data) => {
console.log(data)
},
Expected result like useDisplayedRowsOnly: false:
0: {index: 0, data: Array(16)}
1: {index: 1, data: Array(16)}
Current Behavior
undefined in index in current result:
0: {index: undefined, data: Array(16)}
1: {index: undefined, data: Array(16)}
Steps to Reproduce (for bugs)
- useDisplayedRowsOnly: true
- onDownload: (buildHead, buildBody, columns, data)
- console.log(data)
Your Environment
| Tech | Version |
|---|---|
| Material-UI | ^5.0.6 |
| MUI-datatables | ^4.0.0 |
| React | ^16.14.0 |
| browser | Chrome |
| etc |
Metadata
Metadata
Assignees
Labels
No labels