feat(hide-columns): set attributes for hide-columns and extra-stuff div
This commit is contained in:
parent
ba846be5aa
commit
169a4799b4
@ -4,4 +4,4 @@ $#
|
|||||||
$# participantTable : widget table
|
$# participantTable : widget table
|
||||||
|
|
||||||
^{participantTable}
|
^{participantTable}
|
||||||
_{MsgCourseMembersCountOf (fromIntegral numParticipants) (courseCapacity course)}.
|
_{MsgCourseMembersCountOf (fromIntegral numParticipants) (courseCapacity course)}.
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
$newline never
|
$newline never
|
||||||
|
<div table-utils>
|
||||||
|
Table Utils:
|
||||||
<div .scrolltable .scrolltable--bordered>
|
<div .scrolltable .scrolltable--bordered>
|
||||||
<table *{dbsAttrs'}>
|
<table *{dbsAttrs'}>
|
||||||
$maybe wHeaders' <- wHeaders
|
$maybe wHeaders' <- wHeaders
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
$newline never
|
$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}
|
^{table}
|
||||||
|
|||||||
Reference in New Issue
Block a user