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,8 +9,8 @@ $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