Bugzilla – Attachment 115323 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.09 KB, created by
Owen Leonard
on 2021-01-19 14:08:04 UTC
(
hide
)
Description:
Bug 27403: Add fixedHeader to Datatables
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-01-19 14:08:04 UTC
Size:
1.09 KB
patch
obsolete
>From 532550664229f365ea4c3b640e2333e30f71ebe1 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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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.11.0
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