Scrollable table with fixed header

前端 未结 2 443
长发绾君心
长发绾君心 2021-01-16 14:20

I searched for some solutions in PHP/HTML/CSS for this, but nothing worked so far, maybe because in most of those examples were sooo much of code so I got lost in it. Could

2条回答
  •  春和景丽
    2021-01-16 14:36

    This code (taken from the link in your comment) is the basic code you need. Next time you need to figure that kind of thing out, just remove segments of code to see what breaks, and leave out everything that doesn't break something that you need.

    
    
    
    
    
    
    
    .........
    Header 1 Header 2 Header 3
    Cell Content 1 Cell Content 2 Cell Content 3
    More Cell Content 1 More Cell Content 2 More Cell Content 3

提交回复
热议问题