Editable Grid - vertical header

Hi guys,

I'm trying to use an editable grid with both vertical and horizontal headers.

I'm displaying this headers values using list of strings.

The rezult display is for Horizontal header only - Vertical header doesn't show.

Is it an issue?

 

Thanks.

Hi pet, 

Thank you for your helpful screenshots. You are using at least a 6.0 version of the Studio, and this issue is already known. Unfortunately, it is not resolved yet, but we are investigating on this problem to resolve the missing vertical header as soon as possible.

As an advice, I saw in your screenshot that you put a java.lang.Object for your script return type. You return a list, you can set the return type as java.util.List.

 

 

Hi,

There is a workaround for your issue. You should add an expression in initial value returns a List like this : [["","",""...nb colums wanted],["","",""...nb colums wanted]...nb row wanted]

Regards

hello, maybe you could use a service like imgur.com to share a screenshot ?

Hello Ttoine;

Here are some screenshots

 

http://imgur.com/a/zAAcH

Thank you

Thank you for the answer florine.boudin