Commit a919d0f9 authored by Rifka Kurnia Irfiana's avatar Rifka Kurnia Irfiana

update download

parent 28757fdc
......@@ -152,6 +152,22 @@ export default class ApprovalMatrix extends Component {
}
}
downloadDataTable = async () => {
alert('link belum ada')
// let res = await fetch(
// "https://tia.eksad.com/tia-reporting-dev/public/business_unit/export_business_unit"
// )
// res = await res.blob()
// console.log(res)
// if (res.size > 0) {
// let url = window.URL.createObjectURL(res);
// let a = document.createElement('a');
// a.href = url;
// a.download = 'Business Unit.xlsx';
// a.click();
// }
}
render() {
const columns = [{
name: "Action",
......@@ -308,7 +324,7 @@ export default class ApprovalMatrix extends Component {
padding:0,
margin: 5
}}
onClick={() => null}
onClick={() => this.downloadDataTable()}
>
<img src={Images.download} />
</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment