Bug 20212: Remove fixedHeader
It's an extension that needs to be added. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
7f853584d5
commit
379b949d24
1 changed files with 0 additions and 1 deletions
|
@ -528,7 +528,6 @@
|
||||||
],
|
],
|
||||||
"stateSave": true, // remember state on page reload
|
"stateSave": true, // remember state on page reload
|
||||||
"orderCellsTop": true, // tell the datatable sorting is done on the top row
|
"orderCellsTop": true, // tell the datatable sorting is done on the top row
|
||||||
"fixedHeader": true,
|
|
||||||
'dom': 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
|
'dom': 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
|
||||||
"drawCallback": function (settings) {
|
"drawCallback": function (settings) {
|
||||||
$(".previewData").on("click", function(e){
|
$(".previewData").on("click", function(e){
|
||||||
|
|
Loading…
Reference in a new issue