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
Discussion posts and replies are publicly visible
AFAIK it is not possible using an editable grid. Where do you obtain the data to fill this table?
I don't think this is possible with a!gridLayout. Create grid like structure manually using a!columnsLayout.
I make Integration call, I manage data so I can put them into my table
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"
Hi marcore95
I don't think this is possible with a!gridLayout. But its possible with a!gridField.