styled tables even if there is no content
This commit is contained in:
parent
0a12fc5683
commit
6f7fdeb374
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user