Skip to content

Commit 1f8cc34

Browse files
committed
updates: Reorder props in useAppsmithTable hook destructuring
1 parent fe09d8c commit 1f8cc34

File tree

1 file changed

+1
-1
lines changed
  • app/client/src/widgets/TableWidgetV2/component/VirtualTable/InifiniteScrollBody

1 file changed

+1
-1
lines changed

app/client/src/widgets/TableWidgetV2/component/VirtualTable/InifiniteScrollBody/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const InfiniteScrollBody = React.forwardRef(
1919
nextPageClick,
2020
pageSize,
2121
subPage: rows,
22-
totalRecordsCount,
2322
tableSizes,
23+
totalRecordsCount,
2424
} = useAppsmithTable();
2525
const { cachedRows, isItemLoaded, itemCount, loadMoreItems } =
2626
useInfiniteVirtualization({

0 commit comments

Comments
 (0)