customers
This commit is contained in:
2
src/components/third-party/ReactTable.js
vendored
2
src/components/third-party/ReactTable.js
vendored
@@ -496,7 +496,7 @@ SortingSelect.propTypes = {
|
||||
export const CSVExport = ({ data, filename, headers }) => {
|
||||
return (
|
||||
<CSVLink data={data} filename={filename} headers={headers}>
|
||||
<Tooltip title="CSV Export">
|
||||
<Tooltip title="Download CSV">
|
||||
<DownloadOutlined style={{ fontSize: '24px', color: 'gray', marginTop: 4, marginRight: 4, marginLeft: 4 }} />
|
||||
</Tooltip>
|
||||
</CSVLink>
|
||||
|
||||
Reference in New Issue
Block a user