Bug 39080

Summary: Holds to Pull table headers incorrect size on scroll
Product: Koha Reporter: Lisette Scheer <lisette>
Component: Staff interfaceAssignee: Jonathan Druart <jonathan.druart>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 36640    
Bug Blocks:    
Attachments: title example
Bug 39080: Redraw the table after we added the column filters

Description Lisette Scheer 2025-02-10 18:16:53 UTC
Created attachment 177707 [details]
title example

After the datatable updates the header of the "title" column doesn't keep the correct width when you scroll down, so everything is off that's to the right of it.
Comment 1 Jonathan Druart 2025-02-11 09:29:36 UTC
Created attachment 177726 [details] [review]
Bug 39080: Redraw the table after we added the column filters

If a column contains a dropdown list (for libraries for instance), the
width of the column will be modified, but DT won't redraw the table and
the offset will be kept on horizontal scroll.

Test plan:
One example where this problem can be observed is the "holds to pull"
table: "Title" is followed by "Libraries".
Test without and with the patch, and confirm that the display/offset is fixed.