[Bug 40093] New: Datatables pagination double-up is confusing for invoices table
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40093 Bug ID: 40093 Summary: Datatables pagination double-up is confusing for invoices table Change sponsored?: --- Product: Koha Version: Main Hardware: PC OS: Linux Status: NEW Severity: minor Priority: P1 - high Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: aleisha@catalyst.net.nz Created attachment 183094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183094&action=edit Invoices table showing two paginations The invoices table shows two paginations which is confusing. If there are more than 20 invoices, the full count is shown, and then directly underneath the datatables count is shown and is different. We should remove the datatables pagination and search to remove the confusion. It's not really needed when there is a search filter available on the left. This change would achieve this: @ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt:276 @ $(document).ready(function () { $("#parcelst").kohaTable({ paginate: false, + dom: 't', }); -- You are receiving this mail because: You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40093 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 - high |P5 - low Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40093 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Is it just me or do the non-JS pagination links not work? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40093 --- Comment #2 from Aleisha Amohia <aleisha@catalyst.net.nz> --- (In reply to Owen Leonard from comment #1)
Is it just me or do the non-JS pagination links not work?
it's not just you, the whole pagination is a bit untrustworthy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org