671
Views
8
Comments
Solved
How i split cell's in a table header?
Question

I'm new in outsystems, and i want a table as show below, how can i do?

I´ve a table records

Thanks

2020-09-17 01-03-04
Koushik Prathi
Solution

Hi Ana,

Steps to produce the solution.

  1. Insert the table inside the header the cell position where you want to insert child header 

Split the row cell corresponding to the header cell Attaching the sample oml for reference.

Hope it will helps you.


Regards,

Koushik

MutipleHeaderTable.oml
UserImage.jpg
Ana Karina Garcia Rojas

Koushik Prathi wrote:

Hi Ana,

Steps to produce the solution.

  1. Insert the table inside the header the cell position where you want to insert child header 

Split the row cell corresponding to the header cell Attaching the sample oml for reference.

Hope it will helps you.


Regards,

Koushik

Koushik Prathi thanks for your help, very simple, and I make the table!! :)

I'm very grateful, regards!!


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Ana,

That's not actually a split cell, instead above the cells are two merged cells (i.e. having a colspan set, and others with rowspan set) :). Unfortunately, OutSystems Table Records don't support having more than a single header row, so I don't think what you want is possible.

2020-09-17 01-03-04
Koushik Prathi
Solution

Hi Ana,

Steps to produce the solution.

  1. Insert the table inside the header the cell position where you want to insert child header 

Split the row cell corresponding to the header cell Attaching the sample oml for reference.

Hope it will helps you.


Regards,

Koushik

MutipleHeaderTable.oml
UserImage.jpg
Ana Karina Garcia Rojas

Koushik Prathi wrote:

Hi Ana,

Steps to produce the solution.

  1. Insert the table inside the header the cell position where you want to insert child header 

Split the row cell corresponding to the header cell Attaching the sample oml for reference.

Hope it will helps you.


Regards,

Koushik

Koushik Prathi thanks for your help, very simple, and I make the table!! :)

I'm very grateful, regards!!


2020-09-17 01-03-04
Koushik Prathi

Very happy to hear that my suggestion helps you to resolve the issue.


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Sometimes the appearance is what counts, not the underlying implementation :). Thanks Koushik.

2020-09-17 01-03-04
Koushik Prathi

Now we can use data grid component to do things simpler

UserImage.jpg
Roman Bebenin

To the best of my knowledge it will not give the expected result. One can put a new table into Header but it is very tricky (if possible) to harmonize column widths in Data Row with those in this new table.

Cheers,

R.

UserImage.jpg
Masugorou A

@Koushik Prathi 

Hi,

I'm facing the same issue. 

I can't find this Table widget instead of the Table Record, how can I find it?

Regards,

Sammy

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.