Widgets width(truncation) and height #4192
Labels
duplicate
For issues that already existed in our issue tracker and were reported previously.
Enhancement
For new feature suggestions that for example enhance Matomo's cabapilities..
Milestone
That would be helpful to be able to set the width of tables or get a control over truncation.
Use case: Action => Downloads (maybe other places too!)
First thing is that I always have to "make it flat"
Then even if put in its own Dashboard, the downloads are always cut short.
I've found that the bad guy is in 1.12 datables.js in "\plugins\CoreHome\templates\datable.js"
And var truncationLimit = 50 (around line 1111)
The request:
Make this number (50) a parameter or change behavior so it takes full width of the page.
Other options would be to start truncation from the right to keep the filename itself instead of the beginning of URL (but that's half-baking solution IMHO).
Same for PDF export, the report is almost useless even by adding "&flat=1" since truncation happen there too.
See also request for height: http://forum.piwik.org/read.php?2,106488,106538#msg-106538
Keywords: widgets, height, width
The text was updated successfully, but these errors were encountered: