|
Lines 54-65
Link Here
|
| 54 |
<th>Holds</th> |
54 |
<th>Holds</th> |
| 55 |
<th>Items</th> |
55 |
<th>Items</th> |
| 56 |
<th>Hold ratio</th> |
56 |
<th>Hold ratio</th> |
| 57 |
<th>Title</th> |
57 |
<th class="anti-the">Title</th> |
| 58 |
<th>Home libraries</th> |
58 |
<th>Home libraries</th> |
| 59 |
<th>Holding libraries</th> |
59 |
<th>Holding libraries</th> |
| 60 |
<th>Location</th> |
60 |
<th>Location</th> |
| 61 |
<th>Itype</th> |
61 |
<th>Itype</th> |
| 62 |
<th>Call numbers</th> |
62 |
<th class="natural">Call numbers</th> |
| 63 |
<th>Items needed</th> |
63 |
<th>Items needed</th> |
| 64 |
</tr> |
64 |
</tr> |
| 65 |
</thead> |
65 |
</thead> |
|
Lines 196-203
Link Here
|
| 196 |
KohaTable("holdst", { |
196 |
KohaTable("holdst", { |
| 197 |
"aaSorting": [ [2,'desc'], [3,'asc'] ], |
197 |
"aaSorting": [ [2,'desc'], [3,'asc'] ], |
| 198 |
"aoColumnDefs": [ |
198 |
"aoColumnDefs": [ |
| 199 |
{ "aTargets": [ 8 ], "sType": "natural" }, |
199 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
| 200 |
{ "aTargets": [ 3 ], "sType": "anti-the" }, |
200 |
{ "sType": "natural", "aTargets" : [ "natural" ] }, |
| 201 |
], |
201 |
], |
| 202 |
"sPaginationType": "full", |
202 |
"sPaginationType": "full", |
| 203 |
"autoWidth": false |
203 |
"autoWidth": false |
| 204 |
- |
|
|