I have a ui.table and I bind a JSON model to it. That worked fine the whole time but apparently I made some changes that caused the data to disappear. When getting the binding of the table, I see data but the bindingContext is "undefined".
I'm als...
I'm enhancing the main i18n file in my application like this:
var i18n = this.getCallbackAPI().getView().getModel('i18n');
i18n.enhance({bundleUrl:"/sap/bc/ui5_ui5/sap/workspace/webapp/app/i18n/i18n.properties"});
I have two different .properties...
In my MainController I'd like to call a function from my ManualUploadController by pushing a button
The function call itself is working fine like this:
var oManualUploadController = new ManualUpload();
var backendData = oManualUploadController.on...
Has anyone ever tried to synchronize two tables in SAPUI5. Not the data/models of the tables but the controls themselves. So e.g. when I scroll in one table, it automatically scrolls the other one, too, or when I adjust the column width of the one ta...
This is my code for my table columns.
So far only the "Formatter" is shown, but the submenu items not, whats wrong??
also, the filter and sort property get overwritten by the new menu. can i avoid this?
oTable.bindColumns("/columns", function(i...
Hi there, your answer was very helpful, thank you so much!However, I was wondering if I could set the parameter to TRUE in my ABAP code? Since I don't want to set it permanently to true but only during the execution of a script.. would that be possib...
Unfortunately your answer doesn't help me at all. I did a lot of research on scrolling in jquery but I am not able to apply it to my specific situation. Since I'm not a very advanced programmer I would be thankful for more assistance.
Thanks 9958e4b6df99431a84a41b015b639ac8 for your reply! Can you provide me with an example of how you did it? I'm not an experienced jQuery developer, so I've no clue where to start..That's how I set my two tables:<table:Table id="uploadData">
...