https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42190 --- Comment #4 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to Caroline Cyr La Rose from comment #3)
- The left menu was removed when datatables were enabled to leave more space on the screen for the table. - Add a way to go back to "normal view" - Were there filters at the top of the columns, or was that something else? (Like if I do SELECT categorycode, surname, firstname, email FROM borrowers, there would be a dropdown at the top of the categorycode column to filter that column) But I might be misremembering that part and mixing it up with another presentation - There is no need for a 'Configure' button
The plugin does not add a filtering option, just sorting/ordering. One can return to normal view by re-running the report, but that'd be annoying if your report has parameters to set. I agree a Return to Normal button would be helpful. The plugin adds an option to export as PDF. That seems handy, though I'm not sure it's really a datatables thing. The plugin defaults the datatables view to loading with word wrapping disabled and adds a button to enable word wrapping and adjust column width to fit everything in one window. I don't see a real need to default word wrap to off, but a fit-to-window button would be handy (for reports that aren't too too big). The plugin removes data menu links when switching to datatable view, which is not ideal. I like that your patch retains those links. However, it's causing those columns to sort as strings rather than as numbers. Testing with "SELECT * FROM biblio," the datatable view orders them 1,10,100,101, etc. -- You are receiving this mail because: You are watching all bug changes.