https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42190 Markus <mm.mpathy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mm.mpathy@gmail.com --- Comment #13 from Markus <mm.mpathy@gmail.com> --- (In reply to Jonathan Druart from comment #1)
Created attachment 196459 [details] [review] Bug 42190: Add DataTables to report results
This is a POC (i.e. not ready for inclusion yet) It adds a "Open in DataTables" button in the toolbar, that will refetch the report (with a limit=100000, that needs to be configurable, how?) and load the results in a kohaTable (DataTables)
Said limit is just the regular "reports_export_limit" parameter in the Koha Administration, and configurabel there. I added this information in the next release. My plugin doesnt refetch the result page itself, but fetches the data via the CSV Export function instead. This removes the massive overhead of the serverside HTML rendering and reduces it to only the data of the SQL query itself. Even big tables can be displayed like that (also, without the need for pagination to prevent server timeout) This means one can increase "reports_export_limit" drastically - but then should avoid the vanilla "Load all data" functionality in combination with that. -- You are receiving this mail because: You are watching all bug changes.