Skip to content

Commit

Permalink
fix: do not notify when sort has changed in order to persist it
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Sep 10, 2024
1 parent 0965d90 commit 622f6cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/InfiniteTable/InfiniteTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ const InfiniteTableComp = forwardRef<InfiniteTableRef, InfiniteTableProps>(
onBodyScroll={onBodyScroll}
blockLoadDebounceMillis={DEBOUNCE_TIME}
suppressDragLeaveHidesColumns={true}
onSortChanged={onColumnChanged}
/>
</div>
{footer && <div style={{ height: footerHeight }}>{footer}</div>}
Expand Down

0 comments on commit 622f6cc

Please sign in to comment.