Project

General

Profile

WTable how to join table cells

Added by jakub jirsa over 7 years ago

Hi,

I need some help. I can not find how to join two cell in Table.

I have tried to use colspan from CSS but it did not help at all.

Thank you very much for any ideas.

Table ex.:

/////////// HEADER 1 /////////// ///////// HEADER 2 ////////
/ cell 0 / /cell 1 / / cell 3/ //// cell 4 // / cell 5 //
//////////////// cell 0 //////////////////////// ///cell 1 /

Replies (2)

RE: WTable how to join table cells - Added by jakub jirsa over 7 years ago

Tha table s shoul look like this:

HEADER 1 HEADER 2 cell 0 / cell 1 / cell 3 cell 4 / cell 5
cel0 / cell 1 cell 3 / cell 4

RE: WTable how to join table cells - Added by Roel Standaert about 7 years ago

Are you using a WTable In that case you can use elementAt to get the WTableCell and use setColumnSpan.

    (1-2/2)