Summary: | Always use pageLength=-1 when paginate is false | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | unspecified | ||
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: | ||
Bug Depends on: | 39289 | ||
Bug Blocks: |
Description
Jonathan Druart
2025-03-10 15:26:32 UTC
Is it only relevant when `dom: "t"`? reports/itemslost.tt ``` var lostitems_table = $("#lostitems-table").kohaTable( { order: [], columnDefs: [ { orderable: false, searchable: false, targets: ["NoSort"] }, ], autoWidth: false, paginate: false, }, table_settings, "with_filters" ); ``` Pagination is shown and working. |