Skip to main content
August 20, 2024
Question

Remove gridLayout header row

  • August 20, 2024
  • 5 replies
  • 0 views

Hi everyone,

do you know if is it possible to remove completely the header row into gridLayout component? I want to remove the entire header row, not the label only. If it is not possible, do you know other components that allow you to do this?

Thank you

5 replies

August 20, 2024

AFAIK it is not possible using an editable grid. Where do you obtain the data to fill this table?

August 21, 2024

I make Integration call, I manage data so I can put them into my table

August 20, 2024

I don't think this is possible with a!gridLayout. Create grid like structure manually using a!columnsLayout.

saifalik8679
Known Participant
August 21, 2024

Header Cell configuration is mandatory if you want to populate the contents for that column below it.
If you lapse the configuration, you will not be able to showcase the column values as it will throw an expression evaluation error stating "Every row layout must have the same number of components and it must match the number of header cells" 

August 21, 2024

Hi [mention:2fa9391106e141a787ecb999b71ec508:e9ed411860ed4f2ba0265705b8793d05] 

I don't think this is possible with a!gridLayout. But its possible with a!gridField.