html table scrollable body fixed header

Code Example - html table scrollable body fixed header

                
                        /*Simply*/  position:sticky; top: 0; /*your th elements*/
                    
                
 

table fixed header

                        
                                .tableFixHead thead th { position: sticky; top: 0; }
                            
                        
 

Related code examples