how joining two columns of a editable grid?

1
0
-1

Hi

I don't know how join two columns in editable grid in bonita 6, I've a table with four columns, and i want to put a title that cover two columns, for example:

<body>

<table style="width:200px" border="1">
        <TR>
                <TD COLSPAN=2>Title 1</TD>
<TD COLSPAN=2>Title 2</TD>
        </TR>
        <TR>
<TD>Title 1</TD> <TD>Title 2</TD>
<TD>Title 3</TD> <TD>Title 4</TD>
        </TR>
<TR>
<TD>Infor</TD> <TD>Infor</TD>
<TD>Infor</TD> <TD>Infor</TD>
        </TR>
</table>

</body>

someone, help me? I appreciate the help.

Comments

Submitted by haris.subasic on Tue, 08/05/2014 - 11:45

An idea - but not tested to see what it gives: In Form editor, you can spread your editable grid across 4 columns and put on top of it two messages or two text fields that are spread over two columns each, that should represent your first level titles.

Submitted by nicolas.tith on Mon, 08/11/2014 - 15:10

but if it is an editable grid, what is it expected when you add a new column ?

Submitted by sam87 on Mon, 08/11/2014 - 16:52

Thanks for your answers, I will explain in more detail, I need to have an editable table, two titles in my first row, each covering two columns, and in a second row, show a title for each column, I mean four titles. the other rows will be filled from a database that to provide me a list so they can edit it.

I hope, I have given to explain and someone can help me. I appreciate your help. greetings.

Submitted by yannick.lombardi on Mon, 08/11/2014 - 17:01

Hi. I think that you need to use a HTML widget to do that. You can create your own table with HTML code.

No answers yet.
Notifications