styled tables even if there is no content
This commit is contained in:
parent
0a12fc5683
commit
6f7fdeb374
@ -9,12 +9,12 @@ $newline never
|
|||||||
$nothing
|
$nothing
|
||||||
<tbody>
|
<tbody>
|
||||||
$if null wRows && (dbsEmptyStyle == DBESHeading)
|
$if null wRows && (dbsEmptyStyle == DBESHeading)
|
||||||
<tr>
|
<tr .table__row>
|
||||||
<td colspan=#{show columnCount}>
|
<td .table__td colspan=#{show columnCount}>
|
||||||
_{dbsEmptyMessage}
|
_{dbsEmptyMessage}
|
||||||
$else
|
$else
|
||||||
$forall row <- wRows
|
$forall row <- wRows
|
||||||
<tr .table__row>
|
<tr .table__row>
|
||||||
$forall widget <- row
|
$forall widget <- row
|
||||||
$# cell/body.hamlet
|
$# cell/body.hamlet
|
||||||
^{widget}
|
^{widget}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user