feat(hide-columns): set attributes for hide-columns and extra-stuff div

This commit is contained in:
Sarah Vaupel 2019-11-26 16:31:39 +01:00 committed by Gregor Kleen
parent ba846be5aa
commit 169a4799b4
3 changed files with 4 additions and 2 deletions

View File

@ -4,4 +4,4 @@ $#
$# participantTable : widget table
^{participantTable}
_{MsgCourseMembersCountOf (fromIntegral numParticipants) (courseCapacity course)}.
_{MsgCourseMembersCountOf (fromIntegral numParticipants) (courseCapacity course)}.

View File

@ -1,4 +1,6 @@
$newline never
<div table-utils>
Table Utils:
<div .scrolltable .scrolltable--bordered>
<table *{dbsAttrs'}>
$maybe wHeaders' <- wHeaders

View File

@ -1,3 +1,3 @@
$newline never
<div ##{wIdent "table-wrapper"} :not (null rows && (dbsEmptyStyle == DBESNoHeading)):uw-async-table data-async-table-db-header=#{toPathPiece HeaderDBTableShortcircuit}>
<div ##{wIdent "table-wrapper"} :not (null rows && (dbsEmptyStyle == DBESNoHeading)):uw-async-table uw-hide-columns data-async-table-db-header=#{toPathPiece HeaderDBTableShortcircuit}>
^{table}