Disable sizing?

Hello

Is there any way to disable sizing as shown on the picture ?

Thank you in advance

greetings
Oliver


Hello
If you need to fix the cell’s size, you need to call method fixSize(width, height)
docs.dhtmlx.com/doku.php?id=dhtm … _fixsize&s[]=fix
And apply the next CSS:

table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutPolySplitterVer { background-image: none !important; }

Perfect … exactly what i was searching for :slight_smile:

Thank you

You are welcome!