Bug 38123

Summary: Add ability to highlight and float local items to the top of the holdings table
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lucas Gass (lukeg) 2024-10-08 15:15:25 UTC
Prior to Bug 33568 we often used jQuery to bring the logged in branch's items to the top of the holdings table and highlight those rows in a different color. This did not change the default sort of the table, it only prepended local items to the top of the table.  

Now with pagination this is more difficult ( impossible? ) to do with jQuery. 

It would be nice if we could add this abilty to Koha, likely tied to a system preference.