'table is-bordered', ]; // wrap the table in a bulma div $Block['element'] = [ 'name' => 'div', 'attributes' => [ 'class' => 'table-container' ], 'handler' => 'element', 'text' => $Block['element'], ]; return $Block; } }