Re: table creation in sap ui5
Hi Anshul it should be press: function() { oTable.setVisible(true); // or false} am I right? -D
View ArticleRe: ODataModel Read aSync vs. Sync
Thanks for the reply. I have read the above link, but I'm in seeking for a more detailed information if there are any. I'm getting some weird behaviour when I'm doing a read using ODataModel.read....
View ArticleRe: Dropdownbox in data table issue
HI Darren Apart from some mistakes in the code that you have provided, the model bind correctly. Example You can make some changes and click on the Test button to see that two ways binding work...
View ArticleHow to add multiple button in a column of a table in sapui5?
Hi Experts, I have a requirement i have list of orders in a table and i want to place two buttons in a column for approval and reject,if it approved i want to display approved as a text. i tried...
View ArticleRe: How to add multiple button in a column of a table in sapui5?
Can you share the code you have for your table cell / layout? Using a matrix layout / horizontal layout inside a cell is the correct way forward
View ArticleRe: How to add multiple button in a column of a table in sapui5?
Hi Robin, Can you check the code please var oMLayout = new sap.ui.commons.layout.MatrixLayout({}); var oButton_A = new sap.ui.commons.Button({text:"Assign Executives"}); var oButton_D = new...
View ArticleRe: How to add multiple button in a column of a table in sapui5?
Hi, You can't add a layout to the text property of a textfield, so this won't work. A better approach would be something like this: oTable.addColumn(new sap.ui.table.Column({ label: new...
View ArticleRe: How to add multiple button in a column of a table in sapui5?
Hi Robin, Thanks for your response but my requirement is after approving or reject i want display text like it is ' approved ' or ' reject'
View ArticleWhere Can I download TDG demo app ?
Hello, Just started researching SAPUI5. So I am going through the developer guide and the Application Best Practises Section: SAPUI5 SDK - Demo Kit At the end of article You can read the following: You...
View ArticleRe: How to add multiple button in a column of a table in sapui5?
Ok, but in your original code you printed "Confirmed" so that's what I did too. If you need to display either Approved or Rejected, use a formatter function in the TextView element inside the...
View ArticleRe: hide button in table column
Hi Robin, We tried that is useful, now we are doing same for Table col template. In template I am having one button and one textview( i used horizantal layout for this)....
View ArticleRe: $filter for a List
Does this actually work?i got wrong query strings.. like: http://gateway/SERVICE/EntitySet('15')/Items[object%20Object]&[object%20Object]
View ArticleRe: hide button in table column
As Kishore already mentioned in this topic, and I have mentioned in the other topics, you should use a formatter function (or model binding). In your template's content property, you do display both...
View ArticleFilter Support for (sap.ui.model.odata.ODataModel).read(...) Function
Hi all, got a little Problem with filtering my oData. Looking for a Way to fetch filtered data, i found a Sample in SCN ($filter for a List) but it does not work. var filters = new Array();...
View ArticleRe: Dropdownbox in data table issue
Thanks again Dennis, this works perfectly.. How did you go about learning Ui5 ? Did you do the sap course ? Thanks Darren
View ArticleRe: SAPUI5: Customizing the look and feel of Standard Tile
Hi Diptanu, You can change the colors of the standard tile with the help of CSS. This can be done by using the inspect element option in google chrome by right clicking on the element...
View ArticleRe: SAPUI5: Customizing the look and feel of Standard Tile
Thanks for the quick response Prathik. Yes,we did see "custom tile" and have a small POC around it, but was curious if any property or handler available to accomplish our requirement in Standard...
View ArticleRe: Getting an error while fetching the data and bind it in the Tree table
Dear Aravindhan, Did you manage to make TreeTable work with Odata? Regards, Subhan
View ArticleRe: Edit cell in sap.m.table
Hi, I'll try both solutions. I wirte my code when I have it. Thanks guys,
View Articlepassing parameter to the i18n text from xml view in fiori app
Hi,Could somebody let me know how to pass parameter to get the i18n text inside xml view of a Fiori app.For e.g. inside my i18n properties file i have a entry like:PEC_ISSUE={0}issues of total{1}...
View Article