Add infinite table defaults

This commit is contained in:
jeffvli 2023-01-06 18:24:31 -08:00
parent b569ec31ae
commit 9b1f4e7154
4 changed files with 9 additions and 88 deletions

View file

@ -407,11 +407,15 @@ export const VirtualTable = forwardRef(
<AgGridReact
ref={mergedRef}
animateRows
maintainColumnOrder
suppressContextMenu
suppressCopyRowsToClipboard
suppressMoveWhenRowDragging
suppressPaginationPanel
suppressScrollOnNewData
blockLoadDebounceMillis={200}
cacheBlockSize={300}
cacheOverflowSize={1}
defaultColDef={defaultColumnDefs}
enableCellChangeFlash={false}
headerHeight={36}