Update full-width cell renderer

This commit is contained in:
jeffvli 2023-05-20 19:21:23 -07:00
parent 897af4661b
commit 35f9798bed
4 changed files with 87 additions and 22 deletions

View file

@ -37,6 +37,7 @@ export * from './table-config-dropdown';
export * from './table-pagination';
export * from './hooks/use-fixed-table-header';
export * from './hooks/use-click-outside-deselect';
export * from './utils';
const TableWrapper = styled.div`
display: flex;