mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Download Selected button, Various small improvements
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<thead>
|
||||
<!-- NOTE: it would be nice to make this header sticky, but Fomantic-UI doesn't currently support that -->
|
||||
<tr>
|
||||
<th appCheckbox (checked)="checkAll($event)" id="checkboxColumn" class="collapsing">
|
||||
<div class="ui checkbox">
|
||||
<th class="collapsing" id="checkboxColumn">
|
||||
<div class="ui checkbox" id="checkbox" #checkboxColumn appCheckbox (checked)="checkAll($event)">
|
||||
<input type="checkbox">
|
||||
</div>
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user