View | Details | Raw Unified | Return to bug 38984
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc (-1 / +1 lines)
Lines 16-22 Link Here
16
            <th>End date</th>
16
            <th>End date</th>
17
            <th>Enrolled patrons</th>
17
            <th>Enrolled patrons</th>
18
            [% UNLESS destination == 'holds' %]
18
            [% UNLESS destination == 'holds' %]
19
                <th>&nbsp;</th>
19
                <th class="NoSort">&nbsp;</th>
20
            [% END %]
20
            [% END %]
21
        </tr>
21
        </tr>
22
    </thead>
22
    </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-3 / +2 lines)
Lines 271-277 Link Here
271
                                <th>Billing place</th>
271
                                <th>Billing place</th>
272
                                <th>Delivery place</th>
272
                                <th>Delivery place</th>
273
                                <th>Number of baskets</th>
273
                                <th>Number of baskets</th>
274
                                <th>Action</th>
274
                                <th class="NoSort">Action</th>
275
                            </tr>
275
                            </tr>
276
                        </thead>
276
                        </thead>
277
                        <tbody>
277
                        <tbody>
Lines 323-329 Link Here
323
                                <th>Billing place</th>
323
                                <th>Billing place</th>
324
                                <th>Delivery place</th>
324
                                <th>Delivery place</th>
325
                                <th>Number of baskets</th>
325
                                <th>Number of baskets</th>
326
                                <th>Action</th>
326
                                <th class="NoSort">Action</th>
327
                            </tr>
327
                            </tr>
328
                        </thead>
328
                        </thead>
329
                        <tbody>
329
                        <tbody>
Lines 426-432 Link Here
426
            [% END %]
426
            [% END %]
427
            [% UNLESS ( grouping ) %]
427
            [% UNLESS ( grouping ) %]
428
                let dt_params = {
428
                let dt_params = {
429
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
430
                    autoWidth: false,
429
                    autoWidth: false,
431
                    pagingType: "full",
430
                    pagingType: "full",
432
                };
431
                };
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-2 / +1 lines)
Lines 135-141 Link Here
135
                                        <th>Basket group</th>
135
                                        <th>Basket group</th>
136
                                        <th>Internal note</th>
136
                                        <th>Internal note</th>
137
                                        <th>Closed</th>
137
                                        <th>Closed</th>
138
                                        <th class="noExport">Actions</th>
138
                                        <th class="noExport NoSort">Actions</th>
139
                                    </tr>
139
                                    </tr>
140
                                </thead>
140
                                </thead>
141
                                <tbody>
141
                                <tbody>
Lines 269-275 Link Here
269
                searching: false,
269
                searching: false,
270
                info: false,
270
                info: false,
271
                order: [[1, "asc"]],
271
                order: [[1, "asc"]],
272
                columnDefs: [{ targets: [-1], orderable: false }],
273
            });
272
            });
274
            $("#supplierlist").change(function () {
273
            $("#supplierlist").change(function () {
275
                var id = $(this).find("option:selected").val();
274
                var id = $(this).find("option:selected").val();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-6 / +3 lines)
Lines 59-65 Link Here
59
                                        [% IF CAN_user_acquisition_merge_invoices %]
59
                                        [% IF CAN_user_acquisition_merge_invoices %]
60
                                            <th>&nbsp;</th>
60
                                            <th>&nbsp;</th>
61
                                        [% END %]
61
                                        [% END %]
62
                                        <th>&nbsp;</th>
62
                                        <th class="NoSort">&nbsp;</th>
63
                                        <th>Invoice number</th>
63
                                        <th>Invoice number</th>
64
                                        <th>Vendor</th>
64
                                        <th>Vendor</th>
65
                                        <th>Shipment date</th>
65
                                        <th>Shipment date</th>
Lines 67-73 Link Here
67
                                        <th>Received bibliographic records</th>
67
                                        <th>Received bibliographic records</th>
68
                                        <th>Received items</th>
68
                                        <th>Received items</th>
69
                                        <th>Status</th>
69
                                        <th>Status</th>
70
                                        <th>&nbsp;</th>
70
                                        <th class="NoSort">&nbsp;</th>
71
                                    </tr>
71
                                    </tr>
72
                                </thead>
72
                                </thead>
73
                                <tbody>
73
                                <tbody>
Lines 500-509 Link Here
500
500
501
            var resultst = $("table.result").kohaTable({
501
            var resultst = $("table.result").kohaTable({
502
                paging: false,
502
                paging: false,
503
                columnDefs: [
503
                columnDefs: [{ visible: false, targets: [0] }],
504
                    { orderable: false, targets: [1, -1] },
505
                    { visible: false, targets: [0] },
506
                ],
507
                autoWidth: false,
504
                autoWidth: false,
508
            });
505
            });
509
506
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-2 / +1 lines)
Lines 57-63 Link Here
57
                        <th>Price</th>
57
                        <th>Price</th>
58
                        <th>Quantity</th>
58
                        <th>Quantity</th>
59
                        <th>Total</th>
59
                        <th>Total</th>
60
                        <th>&nbsp;</th>
60
                        <th class="NoSort">&nbsp;</th>
61
                    </tr>
61
                    </tr>
62
                </thead>
62
                </thead>
63
                <tbody>
63
                <tbody>
Lines 121-127 Link Here
121
           var suggestionst = $("#suggestionst").kohaTable({
121
           var suggestionst = $("#suggestionst").kohaTable({
122
               columnDefs: [
122
               columnDefs: [
123
                   { targets: [0], visible: false, searchable: true }, // must be searchable for filtering
123
                   { targets: [0], visible: false, searchable: true }, // must be searchable for filtering
124
                   { targets: [-1], orderable: false, searchable: false },
125
               ],
124
               ],
126
               pagingType: "full",
125
               pagingType: "full",
127
           });
126
           });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +2 lines)
Lines 153-166 Link Here
153
                                <th>Order line</th>
153
                                <th>Order line</th>
154
                                <th title="Item holds / Total holds">Holds</th>
154
                                <th title="Item holds / Total holds">Holds</th>
155
                                <th>Summary</th>
155
                                <th>Summary</th>
156
                                <th>More</th>
156
                                <th class="NoSort">More</th>
157
                                <th>Replacement price</th>
157
                                <th>Replacement price</th>
158
                                <th>Quantity</th>
158
                                <th>Quantity</th>
159
                                <th>Fund</th>
159
                                <th>Fund</th>
160
                                <th>Est cost</th>
160
                                <th>Est cost</th>
161
                                <th>Actual cost</th>
161
                                <th>Actual cost</th>
162
                                <th>TOTAL</th>
162
                                <th>TOTAL</th>
163
                                <th></th>
163
                                <th class="NoSort"></th>
164
                            </tr>
164
                            </tr>
165
                        </thead>
165
                        </thead>
166
                        <tfoot>
166
                        <tfoot>
Lines 376-382 Link Here
376
                        [5, 10, 20, 50, 100, -1],
376
                        [5, 10, 20, 50, 100, -1],
377
                        [5, 10, 20, 50, 100, _("All")],
377
                        [5, 10, 20, 50, 100, _("All")],
378
                    ],
378
                    ],
379
                    columnDefs: [{ targets: [5, -1], orderable: false, searchable: false }],
380
                    columns: [
379
                    columns: [
381
                        { type: "html" },
380
                        { type: "html" },
382
                        { type: "html" },
381
                        { type: "html" },
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-6 / +3 lines)
Lines 190-198 Link Here
190
                                <th>ISBN</th>
190
                                <th>ISBN</th>
191
                                <th>LCCN</th>
191
                                <th>LCCN</th>
192
                                [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
192
                                [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
193
                                    <th>Additional fields</th>
193
                                    <th class="NoSort">Additional fields</th>
194
                                [% END %]
194
                                [% END %]
195
                                <th>Actions</th>
195
                                <th class="NoSort">Actions</th>
196
                            </tr></thead
196
                            </tr></thead
197
                        >
197
                        >
198
                        <tbody
198
                        <tbody
Lines 334-343 Link Here
334
    <script>
334
    <script>
335
        $(document).ready(function () {
335
        $(document).ready(function () {
336
            var resultst = $("#resultst").kohaTable({
336
            var resultst = $("#resultst").kohaTable({
337
                columnDefs: [
337
                columnDefs: [{ targets: [1], type: "nsb-nse" }],
338
                    { targets: [-1, -2], orderable: false, searchable: false },
339
                    { targets: [1], type: "nsb-nse" },
340
                ],
341
                order: [[1, "asc"]],
338
                order: [[1, "asc"]],
342
                paginate: false,
339
                paginate: false,
343
                searching: false,
340
                searching: false,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-3 / +2 lines)
Lines 484-490 Link Here
484
                                    <th>End date</th>
484
                                    <th>End date</th>
485
                                    <th>Locked</th>
485
                                    <th>Locked</th>
486
                                    <th>Total</th>
486
                                    <th>Total</th>
487
                                    <th class="noExport">Actions</th>
487
                                    <th class="noExport NoSort">Actions</th>
488
                                </tr>
488
                                </tr>
489
                            </thead>
489
                            </thead>
490
                            <tbody>
490
                            <tbody>
Lines 524-530 Link Here
524
                                    <th>End date</th>
524
                                    <th>End date</th>
525
                                    <th>Locked</th>
525
                                    <th>Locked</th>
526
                                    <th>Total</th>
526
                                    <th>Total</th>
527
                                    <th class="noExport">Actions</th>
527
                                    <th class="noExport NoSort">Actions</th>
528
                                </tr>
528
                                </tr>
529
                            </thead>
529
                            </thead>
530
                            <tbody>
530
                            <tbody>
Lines 568-574 Link Here
568
            [% END %]
568
            [% END %]
569
569
570
            let dt_params = {
570
            let dt_params = {
571
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
572
                pagingType: "full",
571
                pagingType: "full",
573
                autoWidth: false,
572
                autoWidth: false,
574
            };
573
            };
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-2 / +1 lines)
Lines 248-254 Link Here
248
                        <th>Repeatable</th>
248
                        <th>Repeatable</th>
249
                        <th>Mandatory</th>
249
                        <th>Mandatory</th>
250
                        <th>Authorized<br />value</th>
250
                        <th>Authorized<br />value</th>
251
                        <th>&nbsp;</th>
251
                        <th class="NoSort">&nbsp;</th>
252
                    </tr>
252
                    </tr>
253
                </thead>
253
                </thead>
254
                <tbody>
254
                <tbody>
Lines 290-296 Link Here
290
    <script>
290
    <script>
291
        $(document).ready(function () {
291
        $(document).ready(function () {
292
            $("#table_authtagstructure").kohaTable({
292
            $("#table_authtagstructure").kohaTable({
293
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
294
                pagingType: "full",
293
                pagingType: "full",
295
            });
294
            });
296
        });
295
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-2 / +1 lines)
Lines 83-89 Link Here
83
                            <thead>
83
                            <thead>
84
                                <tr>
84
                                <tr>
85
                                    <th>Library</th>
85
                                    <th>Library</th>
86
                                    <th>Allow transfer?</th>
86
                                    <th class="NoSort">Allow transfer?</th>
87
                                </tr>
87
                                </tr>
88
                            </thead>
88
                            </thead>
89
89
Lines 180-186 Link Here
180
180
181
            [% FOREACH codes_loo IN codes_loop %]
181
            [% FOREACH codes_loo IN codes_loop %]
182
                $("#[% codes_loo.code | html %]table").kohaTable({
182
                $("#[% codes_loo.code | html %]table").kohaTable({
183
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
184
                    paginate: false,
183
                    paginate: false,
185
                });
184
                });
186
            [% END %]
185
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-3 / +2 lines)
Lines 171-178 Link Here
171
                        <th>Description</th>
171
                        <th>Description</th>
172
                        <th>Library</th>
172
                        <th>Library</th>
173
                        <th>Library default</th>
173
                        <th>Library default</th>
174
                        <th>Initial float</th>
174
                        <th class="NoSort">Initial float</th>
175
                        <th class="noExport">Actions</th>
175
                        <th class="noExport NoSort">Actions</th>
176
                    </thead>
176
                    </thead>
177
                    <tbody>
177
                    <tbody>
178
                        [% FOREACH cash_register IN cash_registers %]
178
                        [% FOREACH cash_register IN cash_registers %]
Lines 237-243 Link Here
237
    <script>
237
    <script>
238
        $(document).ready(function () {
238
        $(document).ready(function () {
239
            var crtable = $("#table_cash_registers").kohaTable({
239
            var crtable = $("#table_cash_registers").kohaTable({
240
                columnDefs: [{ targets: [-1, -2], orderable: false, searchable: false }],
241
                order: [[1, "asc"]],
240
                order: [[1, "asc"]],
242
                paginationType: "full",
241
                paginationType: "full",
243
            });
242
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-2 / +1 lines)
Lines 48-54 Link Here
48
                        <th>Tag</th>
48
                        <th>Tag</th>
49
                        <th>Subfield</th>
49
                        <th>Subfield</th>
50
                        <th>Lib</th>
50
                        <th>Lib</th>
51
                        <th>&nbsp;</th>
51
                        <th class="NoSort">&nbsp;</th>
52
                    </tr></thead
52
                    </tr></thead
53
                >
53
                >
54
                <tbody>
54
                <tbody>
Lines 109-115 Link Here
109
        }
109
        }
110
        $(document).ready(function () {
110
        $(document).ready(function () {
111
            $("#kohafields").kohaTable({
111
            $("#kohafields").kohaTable({
112
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
113
                paging: false,
112
                paging: false,
114
            });
113
            });
115
114
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-2 / +1 lines)
Lines 257-263 Link Here
257
                        <th>Auth value</th>
257
                        <th>Auth value</th>
258
                        <th>Indicator 1</th>
258
                        <th>Indicator 1</th>
259
                        <th>Indicator 2</th>
259
                        <th>Indicator 2</th>
260
                        <th>&nbsp;</th>
260
                        <th class="NoSort">&nbsp;</th>
261
                    </tr>
261
                    </tr>
262
                </thead>
262
                </thead>
263
                <tbody>
263
                <tbody>
Lines 326-332 Link Here
326
    <script>
326
    <script>
327
        $(document).ready(function () {
327
        $(document).ready(function () {
328
            $("#table_marctagstructure").kohaTable({
328
            $("#table_marctagstructure").kohaTable({
329
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
330
                pagingType: "full",
329
                pagingType: "full",
331
            });
330
            });
332
            $("#select_display").on("change", function () {
331
            $("#select_display").on("change", function () {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-2 / +1 lines)
Lines 43-49 Link Here
43
                <thead>
43
                <thead>
44
                    <tr>
44
                    <tr>
45
                        <th>Library</th>
45
                        <th>Library</th>
46
                        <th>Authname</th>
46
                        <th class="NoSort">Authname</th>
47
                    </tr>
47
                    </tr>
48
                </thead>
48
                </thead>
49
                <tbody>
49
                <tbody>
Lines 73-79 Link Here
73
    <script>
73
    <script>
74
        $(document).ready(function () {
74
        $(document).ready(function () {
75
            $("#od_info").kohaTable({
75
            $("#od_info").kohaTable({
76
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
77
                pagingType: "full",
76
                pagingType: "full",
78
            });
77
            });
79
        });
78
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-4 / +3 lines)
Lines 334-342 Link Here
334
                <thead
334
                <thead
335
                    ><tr>
335
                    ><tr>
336
                        <th>Preference</th>
336
                        <th>Preference</th>
337
                        <th>Explanation</th>
337
                        <th class="NoSort">Explanation</th>
338
                        <th>Value</th>
338
                        <th class="NoSort">Value</th>
339
                        <th class="noExport">Actions</th>
339
                        <th class="noExport NoSort">Actions</th>
340
                    </tr></thead
340
                    </tr></thead
341
                >
341
                >
342
                <tbody
342
                <tbody
Lines 498-504 Link Here
498
               [% IF ( loop ) %]
498
               [% IF ( loop ) %]
499
                   $("#sysprefst").kohaTable({
499
                   $("#sysprefst").kohaTable({
500
                       dom: '<"top pager"ilf>t',
500
                       dom: '<"top pager"ilf>t',
501
                       columnDefs: [{ targets: [-1, -2, -3], orderable: false }],
502
                       paginate: false,
501
                       paginate: false,
503
                   });
502
                   });
504
               [% END %]
503
               [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 220-226 Link Here
220
                <thead
220
                <thead
221
                    ><tr
221
                    ><tr
222
                        ><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th
222
                        ><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th
223
                        ><th class="noExport">Actions</th>
223
                        ><th class="noExport NoSort">Actions</th>
224
                    </tr></thead
224
                    </tr></thead
225
                >
225
                >
226
                <tbody>
226
                <tbody>
Lines 319-325 Link Here
319
        [% ELSE %]
319
        [% ELSE %]
320
            $(document).ready(function() {
320
            $(document).ready(function() {
321
                $("#serverst").kohaTable({
321
                $("#serverst").kohaTable({
322
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
323
                    pagingType: "full",
322
                    pagingType: "full",
324
                });
323
                });
325
                $(".delete").on("click",function(e){
324
                $(".delete").on("click",function(e){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-5 / +4 lines)
Lines 60-66 Link Here
60
                        <table class="historyt">
60
                        <table class="historyt">
61
                            <thead>
61
                            <thead>
62
                                <tr>
62
                                <tr>
63
                                    <th></th>
63
                                    <th class="NoSort"></th>
64
                                    <th>Date</th>
64
                                    <th>Date</th>
65
                                    <th>Search</th>
65
                                    <th>Search</th>
66
                                    <th>Results</th>
66
                                    <th>Results</th>
Lines 102-108 Link Here
102
                        <table class="historyt">
102
                        <table class="historyt">
103
                            <thead>
103
                            <thead>
104
                                <tr>
104
                                <tr>
105
                                    <th></th>
105
                                    <th class="NoSort"></th>
106
                                    <th>Date</th>
106
                                    <th>Date</th>
107
                                    <th>Search</th>
107
                                    <th>Search</th>
108
                                    <th>Results</th>
108
                                    <th>Results</th>
Lines 146-152 Link Here
146
                        <table class="historyt">
146
                        <table class="historyt">
147
                            <thead>
147
                            <thead>
148
                                <tr>
148
                                <tr>
149
                                    <th></th>
149
                                    <th class="NoSort"></th>
150
                                    <th>Date</th>
150
                                    <th>Date</th>
151
                                    <th>Search</th>
151
                                    <th>Search</th>
152
                                    <th>Results</th>
152
                                    <th>Results</th>
Lines 188-194 Link Here
188
                        <table class="historyt">
188
                        <table class="historyt">
189
                            <thead>
189
                            <thead>
190
                                <tr>
190
                                <tr>
191
                                    <th></th>
191
                                    <th class="NoSort"></th>
192
                                    <th>Date</th>
192
                                    <th>Date</th>
193
                                    <th>Search</th>
193
                                    <th>Search</th>
194
                                    <th>Results</th>
194
                                    <th>Results</th>
Lines 224-230 Link Here
224
            // (so that the more recent query is shown first)
224
            // (so that the more recent query is shown first)
225
            $(".historyt").kohaTable({
225
            $(".historyt").kohaTable({
226
                order: [[1, "desc"]],
226
                order: [[1, "desc"]],
227
                columnDefs: [{ targets: [0], orderable: false, searchable: false }],
228
                pagingType: "full_numbers",
227
                pagingType: "full_numbers",
229
            });
228
            });
230
229
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-2 / +1 lines)
Lines 100-106 Link Here
100
                        [% IF Koha.Preference('AdditionalFieldsInZ3950ResultAuthSearch') %]
100
                        [% IF Koha.Preference('AdditionalFieldsInZ3950ResultAuthSearch') %]
101
                            <th>Additional fields</th>
101
                            <th>Additional fields</th>
102
                        [% END %]
102
                        [% END %]
103
                        <th class="noExport">Actions</th>
103
                        <th class="noExport NoSort">Actions</th>
104
                    </tr></thead
104
                    </tr></thead
105
                >
105
                >
106
                <tbody
106
                <tbody
Lines 267-273 Link Here
267
        $(document).ready(function () {
267
        $(document).ready(function () {
268
            $("#resultst").kohaTable({
268
            $("#resultst").kohaTable({
269
                dom: "t",
269
                dom: "t",
270
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
271
                order: [[1, "asc"]],
270
                order: [[1, "asc"]],
272
                paginate: false,
271
                paginate: false,
273
            });
272
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-12 / +6 lines)
Lines 221-227 Link Here
221
                            <th class="ar-urls">URLs</th>
221
                            <th class="ar-urls">URLs</th>
222
                            <th class="ar-patron">Patron</th>
222
                            <th class="ar-patron">Patron</th>
223
                            <th class="ar-date">Date</th>
223
                            <th class="ar-date">Date</th>
224
                            <th class="ar-actions noExport">Actions</th>
224
                            <th class="ar-actions noExport NoSort">Actions</th>
225
                        </tr>
225
                        </tr>
226
                    </thead>
226
                    </thead>
227
227
Lines 328-334 Link Here
328
                            <th class="ar-urls">URLs</th>
328
                            <th class="ar-urls">URLs</th>
329
                            <th class="ar-patron">Patron</th>
329
                            <th class="ar-patron">Patron</th>
330
                            <th class="ar-date">Date</th>
330
                            <th class="ar-date">Date</th>
331
                            <th class="ar-actions noExport">Actions</th>
331
                            <th class="ar-actions noExport NoSort">Actions</th>
332
                        </tr>
332
                        </tr>
333
                    </thead>
333
                    </thead>
334
334
Lines 434-440 Link Here
434
                            <th class="ar-urls">URLs</th>
434
                            <th class="ar-urls">URLs</th>
435
                            <th class="ar-patron">Patron</th>
435
                            <th class="ar-patron">Patron</th>
436
                            <th class="ar-date">Date</th>
436
                            <th class="ar-date">Date</th>
437
                            <th class="ar-actions noExport">Actions</th>
437
                            <th class="ar-actions noExport NoSort">Actions</th>
438
                        </tr>
438
                        </tr>
439
                    </thead>
439
                    </thead>
440
440
Lines 574-588 Link Here
574
                if( link.length > 0 ) link[0].focus();
574
                if( link.length > 0 ) link[0].focus();
575
            });
575
            });
576
576
577
            requested_datatable = $("#article-requests-requested-table").kohaTable({
577
            requested_datatable = $("#article-requests-requested-table").kohaTable();
578
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
578
            pending_datatable = $("#article-requests-pending-table").kohaTable();
579
            });
579
            processing_datatable = $("#article-requests-processing-table").kohaTable();
580
            pending_datatable = $("#article-requests-pending-table").kohaTable({
581
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
582
            });
583
            processing_datatable = $("#article-requests-processing-table").kohaTable({
584
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
585
            });
586
            active_datatable = requested_datatable;
580
            active_datatable = requested_datatable;
587
            activateBatchActions( active_tab );
581
            activateBatchActions( active_tab );
588
        });
582
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-4 / +1 lines)
Lines 53-59 Link Here
53
                                    <th>On loan</th>
53
                                    <th>On loan</th>
54
                                    <th>Home library</th>
54
                                    <th>Home library</th>
55
                                    <th>Call number</th>
55
                                    <th>Call number</th>
56
                                    <th>Actions</th>
56
                                    <th class="NoSort">Actions</th>
57
                                </tr>
57
                                </tr>
58
                            </thead>
58
                            </thead>
59
                            <tbody>
59
                            <tbody>
Lines 100-108 Link Here
100
        $(document).ready(function() {
100
        $(document).ready(function() {
101
            [% FOREACH library IN libraries %]
101
            [% FOREACH library IN libraries %]
102
                $("#transferst[% library.branchcode | html %]").kohaTable({
102
                $("#transferst[% library.branchcode | html %]").kohaTable({
103
                    columnDefs: [
104
                        { targets: [-1], orderable: false, searchable: false },
105
                    ],
106
                    dom: "t",
103
                    dom: "t",
107
                    paginate: false,
104
                    paginate: false,
108
                });
105
                });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-4 / +1 lines)
Lines 50-56 Link Here
50
                                    <th>On hold for</th>
50
                                    <th>On hold for</th>
51
                                    <th>Home library</th>
51
                                    <th>Home library</th>
52
                                    <th>Call number</th>
52
                                    <th>Call number</th>
53
                                    <th>&nbsp;</th>
53
                                    <th class="NoSort">&nbsp;</th>
54
                                </tr></thead
54
                                </tr></thead
55
                            >
55
                            >
56
                            <tbody
56
                            <tbody
Lines 115-123 Link Here
115
        $(document).ready(function() {
115
        $(document).ready(function() {
116
            [% FOREACH branchesloo IN branchesloop %]
116
            [% FOREACH branchesloo IN branchesloop %]
117
                $("#transferst[% branchesloo.branchcode | html %]").kohaTable({
117
                $("#transferst[% branchesloo.branchcode | html %]").kohaTable({
118
                    columnDefs: [
119
                        { targets: [-1], orderable: false, searchable: false },
120
                    ],
121
                    dom: "t",
118
                    dom: "t",
122
                    paginate: false,
119
                    paginate: false,
123
                });
120
                });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-3 / +1 lines)
Lines 73-79 Link Here
73
                        <th>Public enrollment</th>
73
                        <th>Public enrollment</th>
74
                        <th>Email required</th>
74
                        <th>Email required</th>
75
                        <th>Library</th>
75
                        <th>Library</th>
76
                        <th class="noExport">Actions</th>
76
                        <th class="noExport NoSort">Actions</th>
77
                    </tr>
77
                    </tr>
78
                </thead>
78
                </thead>
79
                <tbody>
79
                <tbody>
Lines 151-163 Link Here
151
            tTable = $("#club-templates-table").kohaTable({
151
            tTable = $("#club-templates-table").kohaTable({
152
                pagingType: "full",
152
                pagingType: "full",
153
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
153
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
154
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
155
            });
154
            });
156
155
157
            cTable = $("#clubs-table").kohaTable({
156
            cTable = $("#clubs-table").kohaTable({
158
                pagingType: "full",
157
                pagingType: "full",
159
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
158
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
160
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
161
            });
159
            });
162
160
163
            $("body").on("click", ".delete_club", function (e) {
161
            $("body").on("click", ".delete_club", function (e) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-2 / +1 lines)
Lines 91-97 Link Here
91
                                            [% CASE 'Description' %]
91
                                            [% CASE 'Description' %]
92
                                                <th>Description</th>
92
                                                <th>Description</th>
93
                                            [% CASE 'Actions' %]
93
                                            [% CASE 'Actions' %]
94
                                                <th class="noExport">Actions</th>
94
                                                <th class="noExport NoSort">Actions</th>
95
                                            [% CASE 'Profile ID' %]
95
                                            [% CASE 'Profile ID' %]
96
                                                <th>Profile ID</th>
96
                                                <th>Profile ID</th>
97
                                            [% CASE 'Printer Name' %]
97
                                            [% CASE 'Printer Name' %]
Lines 219-225 Link Here
219
            $("#labels-table").kohaTable({
219
            $("#labels-table").kohaTable({
220
                pagingType: "full",
220
                pagingType: "full",
221
                order: [[1, "asc"]],
221
                order: [[1, "asc"]],
222
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
223
            });
222
            });
224
        });
223
        });
225
    </script>
224
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt (-2 / +1 lines)
Lines 41-47 Link Here
41
                        <th>Patron</th>
41
                        <th>Patron</th>
42
                        <th>Library</th>
42
                        <th>Library</th>
43
                        <th>Date requested</th>
43
                        <th>Date requested</th>
44
                        <th>Allow</th>
44
                        <th class="NoSort">Allow</th>
45
                    </tr>
45
                    </tr>
46
                </thead>
46
                </thead>
47
                <tbody>
47
                <tbody>
Lines 77-83 Link Here
77
                info: true,
77
                info: true,
78
                searching: true,
78
                searching: true,
79
                order: [[2, "asc"]],
79
                order: [[2, "asc"]],
80
                columnDefs: [{ targets: -1, orderable: false }],
81
            });
80
            });
82
        });
81
        });
83
    </script>
82
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-2 / +1 lines)
Lines 24-30 Link Here
24
                    <table id="catst">
24
                    <table id="catst">
25
                        <thead>
25
                        <thead>
26
                            <tr>
26
                            <tr>
27
                                <th>&nbsp;</th>
27
                                <th class="NoSort">&nbsp;</th>
28
                                <th>Code</th>
28
                                <th>Code</th>
29
                                <th>Description</th>
29
                                <th>Description</th>
30
                            </tr>
30
                            </tr>
Lines 68-74 Link Here
68
            $("#catst").kohaTable({
68
            $("#catst").kohaTable({
69
                dom: "t",
69
                dom: "t",
70
                order: [[2, "asc"]],
70
                order: [[2, "asc"]],
71
                columnDefs: [{ targets: [0], orderable: false, searchable: false }],
72
                paginate: false,
71
                paginate: false,
73
            });
72
            });
74
            $("#updatechildf").validate({
73
            $("#updatechildf").validate({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-3 / +2 lines)
Lines 114-122 Link Here
114
                                        [% CASE "Borrower Number" %]
114
                                        [% CASE "Borrower Number" %]
115
                                            <th>Borrower number</th>
115
                                            <th>Borrower number</th>
116
                                        [% CASE "Actions " %]
116
                                        [% CASE "Actions " %]
117
                                            <th class="noExport">Actions</th>
117
                                            <th class="noExport NoSort">Actions</th>
118
                                        [% CASE "Select" -%]
118
                                        [% CASE "Select" -%]
119
                                            <th>Select</th>
119
                                            <th class="NoSort">Select</th>
120
                                        [% CASE %]
120
                                        [% CASE %]
121
                                            <th>[% header_field.field_label | html %]</th>
121
                                            <th>[% header_field.field_label | html %]</th>
122
                                        [% END -%]
122
                                        [% END -%]
Lines 310-316 Link Here
310
                $("#description").hide();
310
                $("#description").hide();
311
            [% END %]
311
            [% END %]
312
            $("#batcht").kohaTable({
312
            $("#batcht").kohaTable({
313
                columnDefs: [{ targets: [-2, -1], orderable: false, searchable: false }],
314
                order: [[0, "asc"]],
313
                order: [[0, "asc"]],
315
                pagingType: "full",
314
                pagingType: "full",
316
                lengthMenu: [aLengthMenu, aLengthMenuLabel],
315
                lengthMenu: [aLengthMenu, aLengthMenuLabel],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-3 / +2 lines)
Lines 221-227 Link Here
221
                                <thead>
221
                                <thead>
222
                                    <tr>
222
                                    <tr>
223
                                        [% IF ( CAN_user_serials_receive_serials ) %]
223
                                        [% IF ( CAN_user_serials_receive_serials ) %]
224
                                            <th>Edit</th>
224
                                            <th class="NoSort">Edit</th>
225
                                        [% END %]
225
                                        [% END %]
226
                                        [% IF ( subscriptions.size > 1 ) %]
226
                                        [% IF ( subscriptions.size > 1 ) %]
227
                                            <th># Subs</th>
227
                                            <th># Subs</th>
Lines 234-240 Link Here
234
                                        <th>Notes</th>
234
                                        <th>Notes</th>
235
                                        <th>Library</th>
235
                                        <th>Library</th>
236
                                        [% IF ( routing ) %]
236
                                        [% IF ( routing ) %]
237
                                            <th>Routing</th>
237
                                            <th class="NoSort">Routing</th>
238
                                        [% END %]
238
                                        [% END %]
239
                                    </tr>
239
                                    </tr>
240
                                </thead>
240
                                </thead>
Lines 360-366 Link Here
360
                $("#subscription_years a:first").tab("show");
360
                $("#subscription_years a:first").tab("show");
361
            }
361
            }
362
            $(".subscription-year-table").kohaTable({
362
            $(".subscription-year-table").kohaTable({
363
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
364
                order: [[0, "desc"]],
363
                order: [[0, "desc"]],
365
                dom: "t",
364
                dom: "t",
366
                autoWidth: false,
365
                autoWidth: false,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-2 / +1 lines)
Lines 295-301 Link Here
295
                        <th>Description</th>
295
                        <th>Description</th>
296
                        <th>Numbering formula</th>
296
                        <th>Numbering formula</th>
297
                        <th>Display order</th>
297
                        <th>Display order</th>
298
                        <th class="noExport">Actions</th>
298
                        <th class="noExport NoSort">Actions</th>
299
                    </tr>
299
                    </tr>
300
                </thead>
300
                </thead>
301
                <tbody>
301
                <tbody>
Lines 391-397 Link Here
391
        $(document).ready(function(){
391
        $(document).ready(function(){
392
392
393
            $("#numberpatternst").kohaTable({
393
            $("#numberpatternst").kohaTable({
394
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
395
                pagingType: "full",
394
                pagingType: "full",
396
            });
395
            });
397
396
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-3 / +2 lines)
Lines 56-63 Link Here
56
                            <thead
56
                            <thead
57
                                ><tr>
57
                                ><tr>
58
                                    <th>Title</th>
58
                                    <th>Title</th>
59
                                    <th>Location</th>
59
                                    <th class="NoSort">Location</th>
60
                                    <th>&nbsp;</th>
60
                                    <th class="NoSort">&nbsp;</th>
61
                                </tr></thead
61
                                </tr></thead
62
                            >
62
                            >
63
63
Lines 162-168 Link Here
162
                }
162
                }
163
            });
163
            });
164
            $("#itemst").kohaTable({
164
            $("#itemst").kohaTable({
165
                columnDefs: [{ targets: [-1, -2], orderable: false, searchable: false }],
166
                order: [[0, "asc"]],
165
                order: [[0, "asc"]],
167
                pagingType: "full",
166
                pagingType: "full",
168
            });
167
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-4 / +2 lines)
Lines 173-179 Link Here
173
                        <table id="biblios" class="records">
173
                        <table id="biblios" class="records">
174
                            <thead>
174
                            <thead>
175
                                <tr>
175
                                <tr>
176
                                    <th></th>
176
                                    <th class="NoSort"></th>
177
                                    <th>Biblionumber</th>
177
                                    <th>Biblionumber</th>
178
                                    <th>Title</th>
178
                                    <th>Title</th>
179
                                    <th>Items</th>
179
                                    <th>Items</th>
Lines 217-223 Link Here
217
                    <table id="authorities" class="records">
217
                    <table id="authorities" class="records">
218
                        <thead>
218
                        <thead>
219
                            <tr>
219
                            <tr>
220
                                <th></th>
220
                                <th class="NoSort"></th>
221
                                <th>AuthID</th>
221
                                <th>AuthID</th>
222
                                <th>Summary</th>
222
                                <th>Summary</th>
223
                                <th>Used in</th>
223
                                <th>Used in</th>
Lines 348-354 Link Here
348
348
349
          $("#biblios").kohaTable({
349
          $("#biblios").kohaTable({
350
              columnDefs: [
350
              columnDefs: [
351
                  { targets: [0], orderable: false, searchable: false },
352
                  { targets: [3, 4], type: "num-html" },
351
                  { targets: [3, 4], type: "num-html" },
353
              ],
352
              ],
354
              dom: "t",
353
              dom: "t",
Lines 358-364 Link Here
358
357
359
          $("#authorities").kohaTable({
358
          $("#authorities").kohaTable({
360
              columnDefs: [
359
              columnDefs: [
361
                  { targets: [0], orderable: false, searchable: false },
362
                  { targets: [3], type: "num-html" },
360
                  { targets: [3], type: "num-html" },
363
              ],
361
              ],
364
              dom: "t",
362
              dom: "t",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-6 / +4 lines)
Lines 210-219 Link Here
210
                        <table id="biblios" class="records">
210
                        <table id="biblios" class="records">
211
                            <thead>
211
                            <thead>
212
                                <tr>
212
                                <tr>
213
                                    <th>&nbsp;</th>
213
                                    <th class="NoSort">&nbsp;</th>
214
                                    <th>Biblionumber</th>
214
                                    <th>Biblionumber</th>
215
                                    <th>Title</th>
215
                                    <th>Title</th>
216
                                    <th>&nbsp;</th>
216
                                    <th class="NoSort">&nbsp;</th>
217
                                </tr>
217
                                </tr>
218
                            </thead>
218
                            </thead>
219
                            <tbody>
219
                            <tbody>
Lines 249-258 Link Here
249
                        <table id="authorities" class="records">
249
                        <table id="authorities" class="records">
250
                            <thead>
250
                            <thead>
251
                                <tr>
251
                                <tr>
252
                                    <th></th>
252
                                    <th class="NoSort">&nbsp;</th>
253
                                    <th>AuthID</th>
253
                                    <th>AuthID</th>
254
                                    <th>Summary</th>
254
                                    <th>Summary</th>
255
                                    <th>&nbsp;</th>
255
                                    <th class="NoSort">&nbsp;</th>
256
                                </tr>
256
                                </tr>
257
                            </thead>
257
                            </thead>
258
                            <tbody>
258
                            <tbody>
Lines 355-361 Link Here
355
355
356
            $("#biblios").kohaTable({
356
            $("#biblios").kohaTable({
357
                columnDefs: [
357
                columnDefs: [
358
                    { targets: [0, 3], orderable: false, searchable: false },
359
                    { targets: [1], type: "num-html" },
358
                    { targets: [1], type: "num-html" },
360
                ],
359
                ],
361
                dom: "t",
360
                dom: "t",
Lines 365-371 Link Here
365
364
366
            $("#authorities").kohaTable({
365
            $("#authorities").kohaTable({
367
                columnDefs: [
366
                columnDefs: [
368
                    { targets: [0, 3], orderable: false, searchable: false },
369
                    { targets: [1], type: "num-html" },
367
                    { targets: [1], type: "num-html" },
370
                ],
368
                ],
371
                dom: "t",
369
                dom: "t",
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-3 / +2 lines)
Lines 314-324 Link Here
314
                                <caption class="sr-only">Items in your cart</caption>
314
                                <caption class="sr-only">Items in your cart</caption>
315
                                <thead>
315
                                <thead>
316
                                    <tr>
316
                                    <tr>
317
                                        <th class="noprint">&nbsp;</th>
317
                                        <th class="noprint NoSort">&nbsp;</th>
318
                                        <th>Title</th>
318
                                        <th>Title</th>
319
                                        <th>Author</th>
319
                                        <th>Author</th>
320
                                        <th>Year</th>
320
                                        <th>Year</th>
321
                                        <th>Location (Status)</th>
321
                                        <th class="NoSort">Location (Status)</th>
322
                                    </tr>
322
                                    </tr>
323
                                </thead>
323
                                </thead>
324
                                <tbody>
324
                                <tbody>
Lines 546-552 Link Here
546
            if( $("#itemst").length > 0 ){
546
            if( $("#itemst").length > 0 ){
547
                var itemst = $("#itemst").kohaTable({
547
                var itemst = $("#itemst").kohaTable({
548
                    order: [[1, "asc"]],
548
                    order: [[1, "asc"]],
549
                    columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
550
                });
549
                });
551
550
552
                var buttons = new $.fn.dataTable.Buttons(itemst, {
551
                var buttons = new $.fn.dataTable.Buttons(itemst, {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-3 / +2 lines)
Lines 29-36 Link Here
29
                        <thead>
29
                        <thead>
30
                            <tr>
30
                            <tr>
31
                                <th>Citation</th>
31
                                <th>Citation</th>
32
                                <th>Koha</th>
32
                                <th class="NoSort">Koha</th>
33
                                <th>Sudoc</th>
33
                                <th class="NoSort">Sudoc</th>
34
                            </tr>
34
                            </tr>
35
                        </thead>
35
                        </thead>
36
                        <tbody>
36
                        <tbody>
Lines 54-60 Link Here
54
        $(document).ready(function () {
54
        $(document).ready(function () {
55
            $("table").kohaTable({
55
            $("table").kohaTable({
56
                filter: false,
56
                filter: false,
57
                columnDefs: [{ targets: [-1, -2], orderable: false }],
58
            });
57
            });
59
58
60
            $(".role").click(function () {
59
            $(".role").click(function () {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-2 / +1 lines)
Lines 142-148 Link Here
142
                                        <th>Status</th>
142
                                        <th>Status</th>
143
                                        <th>Request placed</th>
143
                                        <th>Request placed</th>
144
                                        <th>Last updated</th>
144
                                        <th>Last updated</th>
145
                                        <th></th>
145
                                        <th class="NoSort"></th>
146
                                    </tr>
146
                                    </tr>
147
                                </thead>
147
                                </thead>
148
                                <tbody>
148
                                <tbody>
Lines 335-341 Link Here
335
    [% INCLUDE 'datatables.inc' %]
335
    [% INCLUDE 'datatables.inc' %]
336
    <script>
336
    <script>
337
        $("#illrequestlist").kohaTable({
337
        $("#illrequestlist").kohaTable({
338
            columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
339
            order: [[3, "desc"]],
338
            order: [[3, "desc"]],
340
        });
339
        });
341
        $("#backend-dropdown-options").removeClass("nojs");
340
        $("#backend-dropdown-options").removeClass("nojs");
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-1 lines)
Lines 241-247 Link Here
241
                    columnDefs: [
241
                    columnDefs: [
242
                        { className: "dtr-control", orderable: false, targets: [-1] },
242
                        { className: "dtr-control", orderable: false, targets: [-1] },
243
                        { visible: false, targets: [0] },
243
                        { visible: false, targets: [0] },
244
                        { orderable: false, targets: [1] },
245
                    ],
244
                    ],
246
                },
245
                },
247
            );
246
            );
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-5 / +2 lines)
Lines 91-97 Link Here
91
                    <caption class="sr-only">Current session</caption>
91
                    <caption class="sr-only">Current session</caption>
92
                    <thead>
92
                    <thead>
93
                        <tr>
93
                        <tr>
94
                            <th></th>
94
                            <th class="NoSort"></th>
95
                            <th>Date</th>
95
                            <th>Date</th>
96
                            <th>Search</th>
96
                            <th>Search</th>
97
                            <th>Results</th>
97
                            <th>Results</th>
Lines 297-306 Link Here
297
            let history_tables = $(".historyt").kohaTable({
297
            let history_tables = $(".historyt").kohaTable({
298
                order: [[1, "desc"]],
298
                order: [[1, "desc"]],
299
                dom: '<"top"<"table_entries"><"table_controls"fB>>t',
299
                dom: '<"top"<"table_entries"><"table_controls"fB>>t',
300
                columnDefs: [
300
                columnDefs: [{ className: "dtr-control", orderable: false, targets: -1 }],
301
                    { targets: [0], orderable: false, searchable: false },
302
                    { className: "dtr-control", orderable: false, targets: -1 },
303
                ],
304
                language: {
301
                language: {
305
                    search: "_INPUT_",
302
                    search: "_INPUT_",
306
                    searchPlaceholder: _("Search"),
303
                    searchPlaceholder: _("Search"),
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-3 / +1 lines)
Lines 164-170 Link Here
164
                                <caption>Your tags</caption>
164
                                <caption>Your tags</caption>
165
                                <thead>
165
                                <thead>
166
                                    <tr>
166
                                    <tr>
167
                                        <th>&nbsp;</th>
167
                                        <th class="NoSort">&nbsp;</th>
168
                                        <th>Term</th>
168
                                        <th>Term</th>
169
                                        <th class="all anti-the">Title</th>
169
                                        <th class="all anti-the">Title</th>
170
                                        <th>Date added</th>
170
                                        <th>Date added</th>
Lines 298-304 Link Here
298
            $("#mytagst").kohaTable({
298
            $("#mytagst").kohaTable({
299
                sorting: [[2, "asc"]],
299
                sorting: [[2, "asc"]],
300
                columnDefs: [
300
                columnDefs: [
301
                    { targets: [0], orderable: false, searchable: false },
302
                    { className: "dtr-control", orderable: false, targets: -1 },
301
                    { className: "dtr-control", orderable: false, targets: -1 },
303
                    { responsivePriority: 1, targets: 2 },
302
                    { responsivePriority: 1, targets: 2 },
304
                ],
303
                ],
305
- 

Return to bug 38984