• Resolved MichaelFess

    (@michaelfess)


    Is there a way to make the first two columns on this page sticky, so that they stay in place on horizontal scroll?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Aman

    (@aman086)

    Yeah you can use below css

    .pure-table th:first-child, .pure-table td:first-child {
    
    position: sticky;
    
    left: 1px;
    
    z-index: 100;
    
    box-shadow: 1px 0px 0px 0px #cbcbcb;
    
    }
Viewing 1 replies (of 1 total)

The topic ‘Sticky Column(s)’ is closed to new replies.