Skip to content

Commit

Permalink
Merge pull request #354 from sanger/x1036_fixed_header_dashboard
Browse files Browse the repository at this point in the history
Fixed Table header in Dashboard page
  • Loading branch information
seenanair authored Jun 27, 2023
2 parents 04683fb + e91e42d commit 0706e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/WorkProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ const WorkProgress = ({
columns={columns}
data={searchResult.entries}
ref={sortedTableDataRef}
fixedHeader={true}
/>
</>
) : (
Expand Down

0 comments on commit 0706e2c

Please sign in to comment.