Hello, I try to setCaption of Tabs Control but it's now working. I keep have this error:
TypeError: Cannot read properties of undefined (reading 'title') I attached a rule to the item of Tabs Control and a rule to the caption of item.Have you any i...
Hello experts,
There is an alternative in MDK to take the data and read the data from backend.
I was trying like this but didn't work. Have you any idea?
Thanks
const setData = () => { const oModel = new sap.ui.model.odata.ODataModel("myServi...
Hello,
There is a possibilities to add paging to an object table?
Example* I want a list with 10 items and when I press next to show me next 10 items. But always on the page to be just 10 items.
Something similar with these "next, previous" bu...
Hello,
I have implemented Object Table and for status I want a different color but without CSS.
There are any possibilities to have an status "Warning","Success","Error" to change the color like in ui5 ?
Thank you,
Horatiu
Something similar like the photo. When I type something in the input to suggest items that contains what it's wrote in input field. It's is not necesary to have the list just the word closest to what I wrote.Thank you
I tried like this: /**
* Describe this function...
* @param {IClientAPI} clientAPI
*/
export default function onSwitchPress(context) {
// Add your logic here to determine if the button should become enabled
let simpleProp = context.getPag...