Re: Auto Reload/Refresh the table data using sap.ui.table.Table
Thanks for the reply Now my question here is how can I make a call to refresh the table data only, with out reloading the whole page.As I am not using any function for displaying the table data.. I am...
View ArticleRe: Get row index when Link control is clicked in table
On the Press event of the link, you can get the index by event.getSource().getParent().getIndex()
View ArticleRe: Why viz charts doesn't get rendered inside popover / dialog ?
I noticed that the chart will not render on the first display but will render on any subsequent display (even without the re-render). The same is the case if the chart is not in a popover but instead...
View ArticleCharts with Makit, scrolling not possible
Hello Forum,I'm experiencing an issue regarding Makit Charts on Mobile.The problem is that is not possible to scroll down the page on mobile if the charts is 100% (width and height) and in both...
View ArticleRe: Date Format
Hello Thibaud, I think th pattern is the format in which i need my output so after changing the format as suggested by you it will still show me same date like 19700101 (which was previously...
View ArticleRe: Date Format
You are right here is a solution : var oDateFormat = sap.ui.core.format.DateFormat.getInstance({ source:{pattern:"yyyyMMdd"}, pattern: "yyyy-MM-dd"} ); oDate = oDateFormat.parse("19900105");...
View ArticleView refresh to consider dynamic parameters in html iframe
Hi, I have 2 views, A and B. View B contains a HTML control with an iframe referencing a url with parameters, values of which are dynamic according to action taken on view A. When action is taken on...
View ArticleRe: View refresh to consider dynamic parameters in html iframe
Tip: You can share your code snippets using Gists or JS Bin - Collaborative JavaScript Debugging or Create a new fiddle - JSFiddleIt is difficult to understand your situation without looking at the...
View ArticleRe: Get row index when Link control is clicked in table
Hi Sandip, thanks for your help.I integrated your suggestion with a few more tricks: var eventHandler = function(oEvent) { var index = oEvent.getSource().getParent().getIndex(); var rowContext =...
View ArticleRe: Shell Logout from SAP NetWeaver AS Java
Hi, I'm on HCP and I'm experiencing the same issue.Can anyone please assist on how logoff should be performed?I guess that on HCP we should invoke the SAP ID service, but I am not sure how.Thanks,...
View ArticleRe: sumbit form data in UI5?
Hi Michael,Your questions was not very clear but there is an old discussion about the OPTIONS method that maybe can help you: SAPUI5 sends a OPTIONS HTTP Request Method instead of GET Regards, Christian
View ArticleDispatch Event after Table is printed
Hi experts, I'm building a table, and need to fire an event when the table is already painted on the ecreen. tried afterRendering, no luck, can you post a code of this working? BestLeandro
View Articlescroll bar not working for dropdown column of a table in sap ui5
hi all, I have a different set of data for dropdown on each row of a table . The data is getting populated in drop down but the issue is on scrolling of table through scroll bar , drop down value is...
View ArticleRe: Using fitContainer in a flexBox
To Further clarify I created a snippix example in the following link: http://veui5infra.dhcp.wdf.sap.corp:8080/snippix/#42482I'm trying to use a scroll container above section 4 but can't get the...
View ArticleRe: Bind Data to IconTabBar Item View
Hi Eyal, When you create a view you can provide it with viewData and populate it with any JSON object as follows:this.supplierView = sap.ui.view({ viewName : "cibus.views.Supplier",...
View ArticleRe: TreeTable not showing horizontal scroll bar on Chrome
Hi Leandro, This problem is solved in the new jQuery api. See the next post to solve this problem. Scroll Bug in sap.ui.table.Table control related to Google Chrome? Regards,José Manuel
View ArticleAdding a new feature by extending sapui5 class
Hello, I want to extend the sap.ui.ux3.NavigationItem class and add a close button, similar to what the Tabstrip > Tab feature gives you. Currently sap.ui.ux3.NavigationItem does not provide any...
View ArticleUsing Icons
Hello community, I'm trying to learn SAPUI5 and it is great so far.Now I want to include some icons but I don't manage to use the icon pool.I get that the icons are no images but vectors but how can I...
View Articleshow odata response message in sapui5
Hello, I want to show the message text of a oData response in a messageBox? Kind regards,Richard
View Article