79494047

Date: 2025-03-08 07:41:19
Score: 2.5
Natty:
Report link

Use CSS to make table headers sticky. Wrap the table in a scrollable div. Apply position: sticky to th elements for the top row and th:first-child, td:first-child for the first column. Set top: 0 and left: 0 with appropriate z-index and background colors.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arpan Gautam