fradrive/templates/table/colonnade-course.hamlet
Sarah Vaupel 40f382d74c refactor(pagination): refactored table' in dbTable
Moved case distinction on dbsCellTemplate outside in order to have
different widgetFiles for course tables and headers
2019-07-22 11:16:49 +02:00

13 lines
359 B
Plaintext

$newline never
<div .scrolltable>
<table *{dbsAttrs'}>
<tbody>
$if null wRows && (dbsEmptyStyle == DBESHeading)
<tr .table__row>
<td .table__td colspan=#{show columnCount}>
_{dbsEmptyMessage}
$else
$forall row <- wRows
<tr .table__row>
$forall widget <- row
^{widget}