hidden columns

for aggregation row
This commit is contained in:
Wolf 2017-01-21 17:20:15 +01:00 committed by GitHub
parent 5c435d8f24
commit 90ed6caa1f
1 changed files with 7 additions and 2 deletions

View File

@ -40,6 +40,7 @@ getSupplierDigestR sId = do
<p> <p>
<b> <b>
_{MsgCustomerId}: #{supplierCustomerId sup} _{MsgCustomerId}: #{supplierCustomerId sup}
<p>&nbsp;
<table> <table>
<thead> <thead>
<tr> <tr>
@ -94,8 +95,12 @@ getSupplierDigestR sId = do
<span .transp>| <span .transp>|
<tr> <tr>
<td colspan="3"> <td colspan="3">
<span .transp>| <span .transp>
_{MsgTotalCrates} |&nbsp;
|_
{MsgTotalCrates}
<span .transp>
|&nbsp;
<span .transp>| <span .transp>|
<td>#{T.pack $ show $ sum $ map bdCrates digests} <td>#{T.pack $ show $ sum $ map bdCrates digests}
<span .transp>| <span .transp>|