Closed
Description
Thanks for publishing nice package!
I want to scrollable table with sticky-header because the table has a lot of rows.
so, I read bulma documents and wrote like this.
But sticky-header didn't work.
What should I do?
<div class="table-container">
<table class="table has-sticky-header">
<thead>(table header)</thead>
<tbody>(table content)</tbody>
</table>
</div>