cancel
Showing results for 
Search instead for 
Did you mean: 

Colspan, Rowspan

Former Member
0 Kudos

Hi all.

I wanna know if its possible to do something like rowspan or colspan(HTML) into webdynpro table and if so how can i do it?

Regards.

Gregory.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi Gregory,

which version do you have?

NW2004 or NW2004s? And which SP?

Regards Stefanie

Former Member
0 Kudos

NW2004 - SP12.

Former Member
0 Kudos

Then just postpone all advises above till upgrade to NW04s

VS

Former Member
0 Kudos

Hi Gregory,

the groupingValue is a new property of the tableColumn that came with NW2004s SPS 6. In earlier versions of Web Dynpro it is not available, maybe that's why you can't see it.

Kind Regards

Stefanie

Former Member
0 Kudos

Well thx a lot Stefanie.

I think that i cant use it.

Best regards.

Gregory.

Former Member
0 Kudos

Gregory,

In NW04s it is possible to create groups of columns as well. So visually it is like one column header spans several sub-headers. Try it.

VS

Former Member
0 Kudos

Hi Valery thx.

But i already try to do this and i cant, could u tell me how can i do it please?

Best Regards.

Gregory.

Former Member
0 Kudos

Hi Gregory,

I don't know, what you exactly need in your table. What you can do in NW2004s is to specify a groupingValue of the TableColumn:

http://help.sap.com/saphelp_nw2004s/helpdata/en/25/1c57a1214c2d47a65cdde89483e9ae/frameset.htm

This gives you a rowspan for all rows of a column with the same value.

Maybe this meets your purpose, otherwise I just can give you back to Pravesh (-;

Kind Regards

Stefanie

Former Member
0 Kudos

Hi Stefanie, thx a lot for your answer.

Thats exactly what i need, but i have a problem when i select a table column in the Developer Studio i see only those properties:

design, filterValue, hAlign, id, resizable, visible, width.

I dont know if i can use the groupingValue, and if i could i dont know how.

Best Regards.

Gregory.

Former Member
0 Kudos

Hi

It is not possible in Web Dynpro Table.It might be available in future versions.

Regards,

Ajay

pravesh_verma
Active Contributor
0 Kudos

Hi Gregory,

Yes, this is possible. Actually you have to select some layout first and then that layout is having all these properties like colspan etc. For example (<b>Gridlayout</b> is having properties like: <i>CellPadding, CellSpacing, ColCount, strechedHorizontally, strechedVertically</i>)..

Like this we have various other layouts, you can check with that..

You can see this link as well for information regarding those Layouts:

<b>http://help.sap.com/saphelp_nw2004s/helpdata/en/92/0c3442d692ad04e10000000a1550b0/content.htm</b>

I hope this will help you.

Regards

Pravesh

PS: Please consider rewarding points if helpful and solved.

Former Member
0 Kudos

Hi Pravesh, thx for your answer.

I already use that, my problem is that i need to do this into a TableUIElement, i mean i have to group some cells into a table and i dont know if is it possible.

Best regards.

Gregory.

pravesh_verma
Active Contributor
0 Kudos

Hi Gregory,

No dear that is not yet supported in current version, but in the new version of AP6, this feature is supported.

I hope that helps you!!

Regards

Pravesh

PS: Please consider rewarding points!!