|
Lines 215-221
Link Here
|
| 215 |
<!-- ISSUES TABLE ROWS --> |
215 |
<!-- ISSUES TABLE ROWS --> |
| 216 |
<thead> |
216 |
<thead> |
| 217 |
<tr> |
217 |
<tr> |
| 218 |
<th class="no-show">Checked out on</th> |
218 |
<th class="noshow">Checked out on</th> |
| 219 |
<th class="anti-the">Title</th> |
219 |
<th class="anti-the">Title</th> |
| 220 |
<th>Call no.</th> |
220 |
<th>Call no.</th> |
| 221 |
<th class="title-string">Due</th> |
221 |
<th class="title-string">Due</th> |
|
Lines 361-367
Link Here
|
| 361 |
"aaSorting": [ 0 ], |
361 |
"aaSorting": [ 0 ], |
| 362 |
"aoColumnDefs": [ |
362 |
"aoColumnDefs": [ |
| 363 |
{ "aTargets": [ "nosort" ], "bSortable": false, "bSearchable": false }, |
363 |
{ "aTargets": [ "nosort" ], "bSortable": false, "bSearchable": false }, |
| 364 |
{ "aTargets": [ "no-show" ], "bVisible": false, "bSearchable": false }, |
364 |
{ "aTargets": [ "noshow" ], "bVisible": false, "bSearchable": false }, |
| 365 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
365 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
| 366 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
366 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
| 367 |
] |
367 |
] |
| 368 |
- |
|
|