https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42190 --- Comment #14 from Markus <mm.mpathy@gmail.com> --- 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). 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/ While my time is currently extremely limited until summer, I intend to build in all the mentioned features by then if they haven't been addressed by other means. It was just a first public version to be published already! Regarding the comment on menu links:
The plugin removes data menu links when switching to datatable view, which is not ideal.
This was a deliberate choice to optimize performance. On large reports, server-side rendering of these data menu links frequently leads to timeouts. Ideally, these should be rendered client-side in the future to maintain performance without sacrificing UI elements..? -- You are receiving this mail because: You are watching all bug changes.