.sticky-col {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
  }

