AS
Hi,
I am trying to build a Table which has only one editable cell.
DialogTemplate.Table ( 10, 30, 360,18, ["name"], [Constans.TABLECOLUMN_SINGLELINE_EDIT], [90], "MY_TABLE", Constans.TABLE_STYLE_DEFAULT);
The result is that the cell is not editable. Why? What did I miss?
P.S. Already solved. Thanks.