Summary: | Use DataTables Select plugin for handling selections across multiple pages | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
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: | ||
Attachments: |
Bug 40683: Rebuild our datatables file to include Select plugin
Bug 40683: WIP |
Description
Nick Clemens (kidclamp)
2025-08-21 12:30:26 UTC
Created attachment 185624 [details] [review] Bug 40683: Rebuild our datatables file to include Select plugin Created attachment 185625 [details] [review] Bug 40683: WIP This patch adds a row id which allows the slection to work across pages I played with making the Rigth side export buttons use selected rows - they all work on visible rows at this time We need to fully implement "Select none" to clear across pages Right now the row selection doesn't always match the checkboxes Basically, this needs a lot of work :-) |