kalimuthu123 commented on issue #8313: Freeze the table header in Time series 
visualisation
URL: 
https://github.com/apache/incubator-superset/issues/8313#issuecomment-572007777
 
 
   Hii customised fixed Header by using css Plese check this
   
   table thead tr:nth-child(1) th{
      background: white;
      position: sticky;
      top: 0;
      z-index: 10;
    }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to