Skip to content

Commit af6e0da

Browse files
authored
Merge pull request #473 from totocaca123/master
Remove ColGroup (redundant with datatable)
2 parents 8b1ae47 + 36a396c commit af6e0da

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/resources/report/distribution.jelly

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@
2020

2121
<div class="table-responsive">
2222
<table class="table table-hover table-striped display item-table" id="${t.id}" isLoaded="true">
23-
<colgroup>
24-
<col class="col-width-5"/>
25-
26-
<j:forEach var="column" items="${columns}">
27-
<col class="col-width-1 text-end" />
28-
</j:forEach>
29-
30-
<col class="col-width-5"/>
31-
</colgroup>
3223
<thead>
3324
<tr>
3425
<th>${%Name}</th>

0 commit comments

Comments
 (0)