Bugzilla – Attachment 115314 Details for
Bug 27403
Enable fixedHeader for Datatables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27403: Add fixedHeader to Datatables
Bug-27403-Add-fixedHeader-to-Datatables.patch (text/plain), 1.04 KB, created by
Jonathan Druart
on 2021-01-19 12:14:09 UTC
(
hide
)
Description:
Bug 27403: Add fixedHeader to Datatables
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-19 12:14:09 UTC
Size:
1.04 KB
patch
obsolete
>From a964edb8917a2c1c1949d2eb9af512c5c934774b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 11 Jan 2021 16:33:43 +0100 >Subject: [PATCH] Bug 27403: Add fixedHeader to Datatables > >That's a great plugin to have fixed header. > >Test plan: >On the cities table or the patron search table confirm that the header >is floating is you scroll down >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 13db0e495c..8be09fbbbc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -50,6 +50,7 @@ var dataTablesDefaults = { > }], > "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, __('All')]], > "iDisplayLength": 20, >+ "fixedHeader": true, > initComplete: function( settings) { > var tableId = settings.nTable.id > // When the DataTables search function is triggered, >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27403
:
115055
|
115098
|
115314
|
115323
|
115324
|
115333
|
116004
|
116005
|
116524
|
116525
|
116526
|
128685