If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
How I can change column width with custom list view ?
How I can change column width with custom list view ?
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 ?
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.
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.
Comment