Bug 27878 - The datatables api wrapper inserts an extra div and leave weird whitespace
Summary: The datatables api wrapper inserts an extra div and leave weird whitespace
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-05 08:44 UTC by Martin Renvoize (ashimema)
Modified: 2021-12-13 21:10 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize (ashimema) 2021-03-05 08:44:20 UTC
The datatables wrapper seems to add an extra div when compared to tables without the wrapper.

<div class="*_table_controls"></div>

The div gets added after the table heading and before the table wrapper. So far, it always appears to be empty but leaves whitespace so the heading doesn't appear to belong to the table.

This can be clearly seen on the Cities page.
Comment 1 Martin Renvoize (ashimema) 2021-03-05 08:52:19 UTC
My mistake.. I think it's a copy paste issue..