customers

This commit is contained in:
joshikannan
2024-04-09 13:08:33 +05:30
parent b8868122c6
commit 77f5295720
4 changed files with 71 additions and 22 deletions

View File

@@ -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>