From 622f6cc10d49f357c27576639fcfa4e69376f99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Gu=CC=88ell=20Segarra?= Date: Tue, 10 Sep 2024 14:57:48 +0200 Subject: [PATCH] fix: do not notify when sort has changed in order to persist it --- src/components/InfiniteTable/InfiniteTable.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/InfiniteTable/InfiniteTable.tsx b/src/components/InfiniteTable/InfiniteTable.tsx index 8f981c4..e4d6250 100644 --- a/src/components/InfiniteTable/InfiniteTable.tsx +++ b/src/components/InfiniteTable/InfiniteTable.tsx @@ -411,7 +411,6 @@ const InfiniteTableComp = forwardRef( onBodyScroll={onBodyScroll} blockLoadDebounceMillis={DEBOUNCE_TIME} suppressDragLeaveHidesColumns={true} - onSortChanged={onColumnChanged} /> {footer &&
{footer}
}