Please, I create custom list view, handle setup (setup: function() {Dep.prototype.setup.call(this); debugger and afterRender. And I can't change column width without direct DOM intruction. How I can change column width with custom list view ?
Announcement
Collapse
No announcement yet.
How I can change column width with custom list view ?
Collapse
X
-
You can go to layout manager on the admin panel and choose the list view entity which you want to modify and then click the little pencil icon at the end of the field, which opens a modal which has the width setting.
The modifications done here will be reflected in the code in the custom/Espo/Custom/Resources/layouts/EntityName/list.json where each field can have a width attribute which is an integer.
Cheers!
-
Originally posted by AgentT View PostYou can go to layout manager on the admin panel and choose the list view entity which you want to modify and then click the little pencil icon at the end of the field, which opens a modal which has the width setting.
The modifications done here will be reflected in the code in the custom/Espo/Custom/Resources/layouts/EntityName/list.json where each field can have a width attribute which is an integer.
Cheers!
My question was related to https://forum.espocrm.com/forum/feat...-access-rights
yuri answered with other way.
Comment
Comment