https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42190 --- Comment #23 from Michaela Sieber <michaela.sieber@kit.edu> --- Test plan 1. Apply Patch Apply the patch associated with Bug 42190 Restart Koha services if required Verify that the system loads without errors Navigate to the reports module Create a report : select b.borrowernumber, -- verify data menu CONCAT('<a target="_blank" href=\"/cgi-bin/koha/members/moremember.pl?borrowernumber=', b.borrowernumber, '\">', b.borrowernumber, '</a>' ) AS "Borrower (HTML link)", -- dt-type-numeric, verify sort and export b.cardnumber, b.surname, b.firstname, b.branchcode, b.address, b.city, b.phone from borrowers b 2. Verify "Open in DataTables" Button Confirm the presence of the "Open in DataTables" button in the toolbar Click the button Verify: The report is reloaded The request uses a high limit (e.g., limit=100000) Data is displayed in DataTables format 3. Sorting Functionality Click on different column headers Verify: Data is sorted correctly (ascending/descending) Sorting works across multiple columns , e.g. sort by branch + surname (using shift) 4. Filtering Functionality Use the search/filter input field on top of the table Verify: Results update dynamically based on filter input Filtering works for different columns and values 5. Data Menus Validation Check the availability and behavior of data-related menus for: itemnumber biblionumber cardnumber borrowernumber Confirm: Links or actions open the correct records 6. Export Options Test all available export options (Excel, CSV, etc.) Verify: Exported files contain correct and complete data File formats are valid and readable Export reflects applied sorting/filtering 7. Return to Normal View Exit the DataTables view Verify: The interface returns to the standard report view No UI elements are broken or missing Original functionality is preserved Expected Results The "Open in DataTables" feature works correctly Large datasets are handled properly Sorting and filtering behave as expected Data menus link to correct records Export options function without errors Users can safely switch between DataTables and normal view -- You are receiving this mail because: You are watching all bug changes.