Hello,
I use a form view with a particular width.
It contains several elements of whom a datatable view.
This is the source :
id:"f1",
view:"form",
width:780,
elements:[
...
{
view:"datatable",
width: 400,
id:"d1",
columns:[ ....
],
autoheight:true,
autowidth:true,
....
}
]
Even if I defined a total width lower than 780 for my datatable, my datatable spreads out on the value 780 !
How let us can be made so that my datatable can have its “width” own independent from that of the parent containeur (form view) ?
Thanks you
FM