Sticky Column Header

0
Hi all,   I am trying to add a sticky header to the second column of a list in a datagrid 2 widget. Currently the objects in the list are sticky, which is done by using the nth-child(2) pseudo-class. I am unable to replicate the same in the header of the widget.   Any suggestions?  
asked
1 answers
0

Hi Dominik,

 

check these links might help you 
https://css-tricks.com/a-table-with-both-a-sticky-header-and-a-sticky-first-column/

https://css-tricks.com/position-sticky-and-table-headers/

answered