fix: do not add async-table class to empty tables
This commit is contained in:
parent
906db21816
commit
b8e2911e49
@ -1,3 +1,3 @@
|
||||
$newline never
|
||||
<div ##{wIdent "table-wrapper"} uw-async-table data-async-table-db-header=#{toPathPiece HeaderDBTableShortcircuit}>
|
||||
<div ##{wIdent "table-wrapper"} :not $ null rows && (dbsEmptyStyle == DBESNoHeading):uw-async-table data-async-table-db-header=#{toPathPiece HeaderDBTableShortcircuit}>
|
||||
^{table}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user