I am a relative newbie to SAPUI5 and i am trying to wrap a smart table with custom toolbar around a sap.m.table.
I have a limitation to work with a named JSON model only for some reason and i know from the documenation that i need a Odata model as ...
Hi,
I want to add a custom div like this inside a cell of a table in sapui5 table (i am using xml views)
However when i try to add html under <cells> it fails , i am guessing the aggregation of cells does not allow. The namespace for html in my v...
I am creating my first SAP UI5 app and I have a need where i want to set an additional property to the data returned from an Odata service before i set it as a model to in the table view
However i am unable to access the data as the getProperty ret...
Hi,
I am developing my first SAP UI5 application and have a table where i am using a switch for every row which should be disabled and only when the user selects each row should the switch be enabled for edit. I altered the odata model to hold a bo...
Hi,I agree that i am answering more than 3 years after this question was asked, i was looking to use a downgraded version of sapui5 due to an issue when deploying on the SAP Cloud platform and came across this blog that describes the process to alter...
Hi Sergio,
It works when i render it directly inside <content> tag with the correct namespace but it fails inside a cells tag of a table with the error. So wanted to know how specifically use it inside a cells tag
Hi Irfan,
currently the view never changes ,so i guess i am missing something . As far as event bus to be honest i read some where about ways to pass data between controllers, however i have done some angular coding and this seemed like events in a...