79086555

Date: 2024-10-14 14:31:34
Score: 0.5
Natty:
Report link

I have fixed above issue by adding below css in “column-header" class-

.table-row {
  position: sticky;
  top: 0;
  z-index: 10;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Kapil Soni