Editable Grid - vertical header

1
0
-1

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.

Comments

Submitted by ttoine on Mon, 01/20/2014 - 10:27

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

Submitted by pet on Wed, 01/29/2014 - 12:48

Hello Ttoine;

Here are some screenshots

http://imgur.com/a/zAAcH

Thank you

Submitted by pet on Thu, 01/30/2014 - 08:57

Thank you for the answer florine.boudin

2 answers

1
+1
-1
This one is the BEST answer!

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

1
0
-1

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.

Notifications