[Koha-bugs] [Bug 15830] Move Rotating Collections actions into a drop-down list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 16 13:18:04 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15830

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Hi Aleisha,
If you want to use DataTables on this table, you should make it a valid table
html element.
It should contain thead and tbody.
Moverover, the line:
+                { "aTargets": [ -1, -2, -3, -4 ], "bSortable": false,
"bSearchable": false },

means: Do not allow to sort on the last 4 columns. It's not what you want, you
only want to remove the sort on the last column.

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


More information about the Koha-bugs mailing list