Custom section header in mobile table

Hi

Using 2024r2 with an iOS project.
I have an iOSMobileTable with sections.
How do I add custom section headers?

Thanks for your suggestions.

Mich

1 Like

I use the excellent iOSMobileTableExtended from @Antonio_Rinaldi.

2 Likes

I didn’t have sections but wanted a header and footer.

I used custom table cells. The “body” of the table contained cells that show several pieces of numeric data. The “header” cell showed titles, and the “footer” cell showed totals.

1 Like

With my iOSMobileTableExtended you can use custom section header and footer (also for your 1 section use, since no section i one section)
Moreover you can use custom table header or footer, but in your case i would advise custom section header/footer since they can be visible also whatever number of rows you have in your table and you can easily udpdate.
Try it, there is a specific example.

1 Like

Thanks for the solutions, I’ll try them out.