TreeGrid - Property

For the TreeGrid - Property:

dhtmlx.com/docs/products/dht … ayout.html

Is it possible to set a fixed width for the left side column? It looks like it is 50%, can it be set to fixed width?

Unfortunately the only way is to modify dhtmlxtreegrid_property.js

Find the string:

t.setInitWidths("*,*");

and replace it with:

t.setInitWidthsP("40,60"); // columns width in percentages