cancel
Showing results for 
Search instead for 
Did you mean: 

how to display rows as columns and columns as rows?

former_member182426
Active Contributor
0 Kudos

hi friends,

Is it possible to display rows as columns and columns as rows using tableview control.

If it's possible plz let me know how to do it.

I have one requirement like this.

Regards,

Shankar.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182426
Active Contributor
0 Kudos

solved

former_member184111
Active Contributor
0 Kudos

Hi Shankar,

Please share the solution.

Thanks,

Anubhav.

former_member188685
Active Contributor
0 Kudos

What ever we supply to the tableview it will display. so my suggestion would be populate the internal table the way you want (rows as columns , and columns as row)and Display them accordingly. and you may have to use Iterator to show some effects.

former_member182426
Active Contributor
0 Kudos

hi,

is there any other way.

Regards,

Shankar.

GrahamRobbo
Active Contributor
0 Kudos

Sure. write your own renderer. But I suspect the previous advice would be the simplest way to get the job done.

Cheers

Graham Robbo

former_member182426
Active Contributor
0 Kudos

hi vijay,

Can u provide any example code.

Regards,

Shankar.