on 2022 Apr 15 7:21 PM
According to the docs, https://sapui5.hana.ondemand.com/sdk/#/topic/4bd7590569c74c61a0124c6e370030f6
Go Button Mode<br>The Go button is always enabled in the filter bar and cannot be switched off.
However the Component itself (sap.fe.core.controls.FilterBar) works fine if you use UI5 Inspector and set liveMode to true. Is it a design decision to keep live mode in Fiori Elements walled off behind having to do a controller extension?
Request clarification before answering.
SAP updated the documentation. We can now use liveMode for fiori elements V4.
"routing": {
"targets": {
"MyEntitiesList": {
"type": "Component",
"name": "sap.fe.templates.ListReport",
"id": "MyEntitiesList",
"options": {
"settings": {
"liveMode": true,
…..
….
}
}
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.