<style>
table {width: 100%;border-collapse: collapse;}
th {background-color: #ddd;position: sticky;top: 0;}
</style>
//隱藏滾動條,但還可以滾動
::-webkit-scrollbar{
display:none;
}
<style>
table {width: 100%;border-collapse: collapse;}
th {background-color: #ddd;position: sticky;top: 0;}
</style>
//隱藏滾動條,但還可以滾動
::-webkit-scrollbar{
display:none;
}