Keep Layout header

I have a 3W Layout with an cell C collapsed on init.

In cell A I have an accordion attached and cell b a tabbar. I would like to be able to keep the cell header visible in both of these cells so that I can collapse and expand cell a and place text in cell b header. When the accordion and tabbar are attached, the cell header goes away. How can I attach these components and keep the cell header?

Hello
After attaching you need to call showHeader metnod:

layout.cells(id).showHeader()

My mistake. Sorry. I tried that already and it didn’t work but after reading your reply I looked at my code again and I had placed the showHeader before the attachAccordion.

I placed it after as you stated and it works.

Thank you.

You are welcome!