I need to make columns width depended on content. But it's configured somewhere that min columns width should be 180, so there is too much space in cells. I believe this is somewhere in js, but i cant find the exact place. Also I would like to know how to build this js files, when i make any changes. I discovered guidewire use Ext library, but I'm not really familiar with any js, I just want to change minWidth of my columns.
Asked
Active
Viewed 84 times
0
-
1Dear Twinko Jek, please update your question with a piece of code. Basically you can either set minWidth, maxWidth, width or flex - but as it looks like Ext is shipped in a framework, it would be good to see the code to give a better answer. Technically you could just overwrite that part and load the js after Guidewire has been loaded. – hwsw Mar 10 '21 at 14:28
-
@hwsw there is no code, I`m just looking for way how to do it. How do you overwrite this ? – Twinko Jek Mar 10 '21 at 14:46
-
You have not mentioned the version and toolkit of ExtJs. – Arthur Rubens Mar 10 '21 at 17:39