[Koha-bugs] [Bug 9034] Add sorting and filtering on items table (catalogue/detail.pl)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 9 20:52:22 CET 2012


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

--- Comment #8 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 13368
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13368&action=edit
Bug 9034 [Follow-up] Add sorting and filtering on items table
(catalogue/detail.pl)

This follow-up to the original patch offers an alternative method
to handle the width of the table and form fields:

- Reduce the font size of the filter input fields
- Make the filter inputs' width 100% instead of fixed
- Add "'bAutoWidth': false" to the datatables initialization
  to prevent the table width from being set to the browser window
  width on load. This allows the browser to be re-sized and have
  the table re-flow with it.

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


More information about the Koha-bugs mailing list