feat(sales/purchases): add tooltip cell to detail.

This commit is contained in:
elforjani13
2022-04-09 02:04:31 +02:00
parent cc457e1e43
commit 80feba6005
7 changed files with 238 additions and 101 deletions

View File

@@ -4,7 +4,6 @@ import styled from 'styled-components';
import {
Button,
Popover,
Tooltip,
PopoverInteractionKind,
Position,
MenuItem,
@@ -52,7 +51,6 @@ export const useInvoiceReadonlyEntriesColumns = () => {
Cell: TextOverviewTooltipCell,
disableSortBy: true,
textOverview: true,
width: 75,
},
{
Header: intl.get('quantity'),