We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4e404 commit d0ad70fCopy full SHA for d0ad70f
2 files changed
packages/pluggableWidgets/datagrid-web/src/model/hooks/useBodyScroll.ts
packages/pluggableWidgets/datagrid-web/src/model/hooks/useInfiniteControl.tsx
@@ -3,7 +3,7 @@ import { useOnScreen } from "@mendix/widget-plugin-hooks/useOnScreen";
3
import { useGridSizeStore } from "@mendix/datagrid-web/src/model/hooks/injection-hooks";
4
import { VIRTUAL_SCROLLING_OFFSET } from "../stores/GridSize.store";
5
6
-export function useInfiniteControl(): [trackBodyScrolling: ((e: any) => void) | undefined] {
+export function useInfiniteControl(): [trackTableScrolling: ((e: any) => void) | undefined] {
7
const gridSizeStore = useGridSizeStore();
8
9
const isVisible = useOnScreen(gridSizeStore.gridContainerRef as RefObject<HTMLElement>);
0 commit comments