Bug 21240 - Tables with lot of columns should have autoWidth turned off
Summary: Tables with lot of columns should have autoWidth turned off
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-16 19:37 UTC by Jonathan Druart
Modified: 2024-07-04 20:37 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
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 Jonathan Druart 2018-08-16 19:37:57 UTC
For instance, on patron's categories:

On master:
https://snag.gy/m8xJdG.jpg

With 'bAutoWidth': false, # in categories.js:
https://snag.gy/lzVm5P.jpg
Comment 1 Jonathan Druart 2018-08-16 19:38:43 UTC
(note that the patch from bug 20739 is applied as well)
Comment 2 Owen Leonard 2018-08-31 12:32:40 UTC
Is there any reason why we shouldn't add '"autoWidth": false' to the default DataTables configuration?
Comment 3 Katrin Fischer 2018-09-01 08:39:25 UTC
So they are smaller without auto-width? Not sure I understand the difference.
Comment 4 Katrin Fischer 2023-10-02 21:33:01 UTC
With git grep I see a lot of instances of autoWidth false in the codebase. It looks like this might be fixed. Closing, please re-open if I misssed something!