[Koha-bugs] [Bug 23565] Add columns configuration and export options to item search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 10 15:14:09 CEST 2019


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
This has proved to be more difficult than I anticipated. The item search
results table has column filters in the header, added via the
jquery.dataTables.columnFilter.js plugin. As far as I can tell this plugin uses
the index of the column to define the scope of the search. It looks like hiding
columns changes the structure of the table in a way that the plugin can't keep
track of which column is which.

I don't know where this plugin came from... I've found older versions online,
and slighly newer forks, but nothing up to date with the latest DataTables. I
haven't dug into the plugin's code, so I don't know how difficult it would be
to address the column index problem.

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


More information about the Koha-bugs mailing list