forked from astrocatalogs/astrocats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconflicts.html
22 lines (22 loc) · 870 Bytes
/
conflicts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<table id="example" class="display" cellspacing="0" width="100%">
<thead>
<tr>
<th class="check" title=""></th>
<th class="name" title="Name">Name</th>
<th class="type" title="Quantity">Quantity</th>
<th class="difference" title="Maximum difference in values">Max Fractional<br>Difference</th>
<th class="actions" title="Mark Erroneous Values">Select from Potential Erroneous Values</th>
<th class="responsive" title=""></th>
</tr>
</thead>
<tfoot>
<tr>
<th class="check" title=""></th>
<th class="name" title="Name">Name</th>
<th class="type" title="Quantity">Quantity</th>
<th class="difference" title="Maximum difference in values">Max Fractional Difference</th>
<th class="actions" title="Mark Erroneous Values">Select from Potential Erroneous Values</th>
<th class="responsive" title=""></th>
</tr>
</thead>
</table>