Hi,
In the "Genero Style file" we have declared the following style :
<Style name="Table.FirstColumnFrozen" >
<StyleAttribute name="tableType" value="frozenTable" />
<StyleAttribute name="leftFrozenColumns" value="1" />
</Style>
If we use it in a Table object we have the expected effect :
table t1 (style="FirstColumnFrozen")
{
[w|r008|r000 |r001 |r3 |r004 -|r5 |r006 |a1
[w|r008|r000 |r001 |r3 |r004 -|r5 |r006 |a1
Otherwise, the same style associated to a Tree object doesn't work :
TREE t1 : body_bdg, IMAGEEXPANDED = "",
IMAGECOLLAPSED = "",
PARENTIDCOLUMN = pid,
IDCOLUMN = id,
ISNODECOLUMN = hasChildren,
EXPANDEDCOLUMN = expanded,
style="FirstColumnFrozen";
is the attribute "leftFrozenColumns" not supported by Tree object ?
Thanks in advance
Daniele Artini
Hi Daniele, the tree widget unfortunetely doesn't support frozen columns.
Sorry for that, it should be mentioned more clear in the documentation.
Kind Regards, Leo
ok,
it could be marked as a new "Request" ?
Thanks
Hi Daniele, there is already a request:
https://4js.com/en/support/issue/?id=23237
"TreeView: Would like to support frozen columns"
Kind Regards, Leo
Thanks a lot,
Daniele