Search Support
-
BinaryJune 8, 2017 at 5:32 am #4369
Hi there,
I would like to make only one column editablte in a table and tried the following:
tw.local.tabellenSpaltenVisibility = []; tw.local.tabellenSpaltenVisibility[0] = {}; tw.local.tabellenSpaltenVisibility[0].visibility = "R"; tw.local.tabellenSpaltenVisibility[0].renderAs = "S"; tw.local.tabellenSpaltenVisibility[0].sortable = false; tw.local.tabellenSpaltenVisibility[1] = {}; tw.local.tabellenSpaltenVisibility[1].visibility = "R"; tw.local.tabellenSpaltenVisibility[1].renderAs = "S"; tw.local.tabellenSpaltenVisibility[1].sortable = false; tw.local.tabellenSpaltenVisibility[2] = {}; tw.local.tabellenSpaltenVisibility[2].visibility = "R"; tw.local.tabellenSpaltenVisibility[2].renderAs = "S"; tw.local.tabellenSpaltenVisibility[2].sortable = false; tw.local.tabellenSpaltenVisibility[3] = {}; tw.local.tabellenSpaltenVisibility[3].visibility = "R"; tw.local.tabellenSpaltenVisibility[3].renderAs = "S"; tw.local.tabellenSpaltenVisibility[3].sortable = false; tw.local.tabellenSpaltenVisibility[4] = {}; tw.local.tabellenSpaltenVisibility[4].visibility = "V" tw.local.tabellenSpaltenVisibility[4].renderAs = "S"; tw.local.tabellenSpaltenVisibility[4].sortable = false;
I tried to render it with all options except custom. Before I used the visibility option “N”, which worked out great. So the table is responding to my rules.
Any idea?
SPARK SupportJune 8, 2017 at 8:43 am #4372Hi Binary,
This issue will be fixed in our next release.
With the current version, use the Visibility setting of each control within the Table at design time to set Read Only.
Regards,
Stephen P.
-
|
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.