Update BusterInfiniteList.tsx

This commit is contained in:
Nate Kelley 2025-03-01 14:02:22 -07:00
parent dbfcf74e3d
commit f4c0054301
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ export const BusterInfiniteList: React.FC<BusterInfiniteListProps> = ({
showHeader = true,
useRowClickSelectChange = false,
contextMenu,
columnRowVariant = 'containerized',
hideLastRowBorder = true,
showSelectAll = true,
onScrollEnd,
loadingNewContent,
@ -77,7 +77,7 @@ export const BusterInfiniteList: React.FC<BusterInfiniteListProps> = ({
onSelectChange: onSelectChange ? onSelectChangePreflight : undefined,
onSelectSectionChange: onSelectChange ? onSelectSectionChange : undefined,
onContextMenuClick: undefined,
columnRowVariant,
hideLastRowBorder,
useRowClickSelectChange,
rowClassName
};
@ -86,7 +86,7 @@ export const BusterInfiniteList: React.FC<BusterInfiniteListProps> = ({
rows,
onSelectChange,
useRowClickSelectChange,
columnRowVariant,
hideLastRowBorder,
onSelectSectionChange,
contextMenu,
selectedRowKeys