a month ago
According to SAPUI5 documentation, if there is only subsection within a section, its title is displayed instead of the section title. I wanted a way to disable that, or at least to workaround it, because my screen needs to be something like the image below, where both the title of the section ("Section 1") and the subsection ("Subsection") are displayed. I managed to do that only because I inserted a second subsection, but I want this behavior to persist even if there is only one subsection.
As reference, this is what happens now when there is only one subsection:
did you check the documentation? showTitle attribute.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi junwu, thanks for the answer.
Yes, I thought of the showTitle property too, but the note is discouraging: "Note: If a subsection is the only one (or the only one visible) within a section, its title is displayed instead of the section title even if this property is set to false". Anyway, I tested my application with lots of combinations for section's and subsection's showTitle, but nothing worked.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.