Bug 27878

Summary: The datatables api wrapper inserts an extra div and leave weird whitespace
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
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:

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..