https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42190 --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Markus from comment #14)
I would like to provide some additional context regarding the questions raised here. This was just foundational version, and I plan to expand its functionality in future iterations.
I deliberately limited the feature set to remain compatible with the legacy DataTables version currently used in the Koha installation I used it for. While features like advanced sorting and filtering are easy to implement, they are currently restricted by the environment of the Koha Installation I made this plugin in for primarily. (This is also why I am advocating for an update to a more current and complete DataTables version within Koha).
It's going to be pushed soon, see bug 42003.
I’d specifically like to highlight the StateRestore plugin for DataTables, as a suggestion for integration, too. This would allow users who are not proficient in SQL, to perform complex queries and save them as "sub-results" by filtering the data and clicking "Save State" for future use. See also: https://datatables.net/extensions/staterestore/examples/
Yes, I had a look already, see bug 38296. -- You are receiving this mail because: You are watching all bug changes.