styled tables even if there is no content

This commit is contained in:
Felix Hamann 2018-07-10 22:53:06 +02:00
parent 0a12fc5683
commit 6f7fdeb374

View File

@ -9,12 +9,12 @@ $newline never
$nothing
<tbody>
$if null wRows && (dbsEmptyStyle == DBESHeading)
<tr>
<td colspan=#{show columnCount}>
<tr .table__row>
<td .table__td colspan=#{show columnCount}>
_{dbsEmptyMessage}
$else
$forall row <- wRows
<tr .table__row>
$forall widget <- row
$# cell/body.hamlet
$# cell/body.hamlet
^{widget}