former_member548306
Explorer
Member since ‎12-20-2017

User Statistics

  • 17 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

Hi, I am facing issue in adding default value to smartfilterbar controlType dropdown. I have added this in onAfterRendering of page ,but i am getting getItems as empty. onAfterRendering: function(event) { var defaultPm=this.getView().byId("fi...
Hi, It may sounds weird,How to change ResponsiveTable to GridTable in detail page of splitApp. Because I need Column filter functionality and table level scroll. Thanks in advance.
Hi, could you please help with any working sample to bind the suggestion items dynamically with odata , without declaring the sugesstionItems{/} path in the view. If I add the path in the view, it is causing performance issue due to large data a...
Hi, I am facing aproblem with Table binding.Requirement is like I need to Override Header with first index of response and rest should be rows. So here i created two JSON Models, one for headers and other for rows, var oMetaModel = new sap.ui.m...
Hi I am using smartTable and set the value of useExportToExcel to true. On analysis found that while we press the "Export to Excel" button in UI5, it triggers the request to down the data from Server to Excel. And the URL which takes the request...