Some widgets do not have column titles at all. The list widget type doesn't have any kind of title support currently.
TODO:
- Add a new element to twig template.
- Implement a new function to dashboard.js called "createListTitleElement".
- Create similar implementation as in "createListElement" function.
- Use the twig template element for it.
- Call the new function in widget render functions before getting list elements.

| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2026-06-29 at 11.40.25.png | 46.91 KB | joonaskokko |
Issue fork piwik_pro-3606956
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
joonaskokko commentedComment #4
frazile commentedReady for review
Comment #6
joonaskokko commentedColumn headers added and lists were transformed into tables. Thanks @frazile!