Bug 27403: Disable fixedHeader on itemsearch
It does not work. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
acb024396b
commit
8f16e88d59
1 changed files with 2 additions and 1 deletions
|
@ -471,7 +471,8 @@
|
|||
{ 'sName': 'issues' },
|
||||
{ 'sName': 'actions', 'bSortable': false }
|
||||
],
|
||||
"sPaginationType": "full_numbers"
|
||||
"sPaginationType": "full_numbers",
|
||||
fixedHeader: false // There is a bug on this view
|
||||
})).columnFilter({
|
||||
'sPlaceHolder': 'head:after',
|
||||
'aoColumns': [
|
||||
|
|
Loading…
Reference in a new issue