mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
Add hook to fix table header to detail header
This commit is contained in:
@@ -29,6 +29,7 @@ import { FavoriteCell } from '/@/renderer/components/virtual-table/cells/favorit
|
||||
|
||||
export * from './table-config-dropdown';
|
||||
export * from './table-pagination';
|
||||
export * from './hooks/use-fixed-table-header';
|
||||
|
||||
const TableWrapper = styled.div`
|
||||
display: flex;
|
||||
@@ -325,6 +326,7 @@ export const VirtualTable = forwardRef(
|
||||
ref={mergedRef}
|
||||
suppressMoveWhenRowDragging
|
||||
suppressScrollOnNewData
|
||||
headerHeight={36}
|
||||
rowBuffer={30}
|
||||
{...rest}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user