Skip to content

Commit

Permalink
[BOOKINGSG-4633][SR] threshold update
Browse files Browse the repository at this point in the history
  • Loading branch information
SasithaRajapakasha committed Sep 12, 2023
1 parent 609be83 commit 79aebb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data-table/data-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ export const DataTable = ({
threshold: 0,
});
const { ref: containerRef, inView: isContainerInView } = useInView({
threshold: 0,
rootMargin: "-20px",
threshold: 0.2,
});

// =============================================================================
Expand Down

0 comments on commit 79aebb6

Please sign in to comment.