Summary: | DT - replace dom with layout | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, oleonard |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38301 | ||
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: | 36640 | ||
Bug Blocks: | |||
Attachments: |
Bug 38185: wip
Bug 38185: wip Bug 38185: Reintroduce .top.pager, .table_entries and .table_controls Bug 38185: Try to match current DataTable style using new layout option Bug 38185: Try to match current DataTable style using new layout option Bug 38185: Try to match current DataTable style using new layout option |
Description
Jonathan Druart
2024-10-16 12:02:17 UTC
Created attachment 184796 [details] [review] Bug 38185: wip Created attachment 184797 [details] [review] Bug 38185: wip Created attachment 184805 [details] [review] Bug 38185: Reintroduce .top.pager, .table_entries and .table_controls Created attachment 184889 [details] [review] Bug 38185: Try to match current DataTable style using new layout option Created attachment 184906 [details] [review] Bug 38185: Try to match current DataTable style using new layout option (In reply to Owen Leonard from comment #5) > Created attachment 184906 [details] [review] [review] > Bug 38185: Try to match current DataTable style using new layout option We lost the border at the bottom: .pager.bottom { border-bottom: 1px solid #BCBCBC; And the First/Last buttons in the pagination. Created attachment 184928 [details] [review] Bug 38185: Try to match current DataTable style using new layout option (In reply to Jonathan Druart from comment #6) > And the First/Last buttons in the pagination. Paging type is now obsolete and the responsive rules for the pagination links are supposed to replace those options. The actual behavior seems a little inconsistent. https://datatables.net/reference/feature/paging.type > > And the First/Last buttons in the pagination.
Correction: This was indeed a mistake in the updated CSS. We have a custom rule that hides the first and last buttons when the screen width is below a certain value. The CSS for showing the buttons was lost.
|