You can create a Bulma table simply by attaching a single table CSS class on a <table> HTML element with the following structure:
-
<table class="table">as the main container-
theadthe optional top part of the table -
tfootthe optional bottom part of the table -
tbodythe main content of the table-
treach table row-
tha table cell heading -
tda table cell
-
-
-
You can set a table row as selected by appending the is-selected modifier on a <tr>