Closed admont28 closed 3 years ago
Does anyone know how to make the header of the table fixed? Thanks.
@admont28 you can do it just with CSS. set max-height and overflow to table. Then add
max-height
overflow
position: sticky; top: 0;
to thead th
Does anyone know how to make the header of the table fixed? Thanks.