[Koha-bugs] [Bug 9466] Use DataTables on saved reports page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 24 14:25:39 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9466

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Hi Owen,

I found a bug in all the datatable patchs :-/
The iDisplayLength value equal 20 but this value is not in the aLengthMenu, so
the selected value is 10.
The default values of datatable is 10, 25, 50 and 100.
We have 2 solutions:
1/ we defined the aLengthMenu with 10, 20, 50, 100, All
2/ the iDisplayLength has to be equal to 25

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list