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:
Title 1 | Title 2 | ||
Title 1 | Title 2 | Title 3 | Title 4 |
Infor | Infor | Infor | Infor |
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:
Title 1 | Title 2 | ||
Title 1 | Title 2 | Title 3 | Title 4 |
Infor | Infor | Infor | Infor |
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.
but if it is an editable grid, what is it expected when you add a new column ?
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.
Hi.
I think that you need to use a HTML widget to do that. You can create your own table with HTML code.