Dear Community,
I am using Flexible Programming Model to build my custom page. And I have used sap.fe.macros.Table to build my list report table and sap.fe.macros.FilterBar to build my Filter Bar and had linked both. I need to enable Variant Management out of box similar to my Fiori Elements List Report Apps, but I can see the Variant management option available only for the table and not for the Filter.
Using 'Page' as a value to Variant Management in table macro also doesn't work and only Control value works and enables Variant management only for my table. Hence my Filter is left out.
Is there anything I am missing? any standard alternative available?
Request clarification before answering.
Hi @VigneshMP , I also didn't have support for this UI5 version, but it worked when I used the object from "sap.ui.fl.variants".
xmlns:fl="sap.ui.fl.variants"
<fl:VariantManagement id="idGlobalVariantManagement" for="idMainFilterBar, idMainTable" />Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.