Skip to content

Commit

Permalink
Sticky header for record page - In Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyShah24 committed Dec 11, 2024
1 parent e4366eb commit bab4867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/recordset/recordset-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const RecordsetTable = ({
setHeaderTop(headRef.current!.getBoundingClientRect().top);
},[isInitialized]);

console.log(headerTop, headRef.current?.getBoundingClientRect());
console.log(headRef.current, headRef.current?.getBoundingClientRect());

useEffect(()=>{
if(!outerTableRef.current || !headRef.current || !stickyHeaderRef.current){
Expand Down

0 comments on commit bab4867

Please sign in to comment.