former_member736136
Explorer
Member since ‎02-17-2021

User Statistics

  • 10 Posts
  • 1 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Hello, I found this article which properly explains a working way (I tested it), how to create a zip file of a "Hello.txt" file that the author creates with the function: onPress: function(oControlEvent) { var zip = new JSZip(); zip.file("...
Hello, My code for the request is: onInit: function () { var oModel = this.getOwnerComponent().getModel(); var sPath = "/myPath"; var oFilters = []; var filter = new Filter("Name", FilterOperator.EQ, "Fotios"); oFilters.push(filter);...
Hello all, I am sure I tried every article on this topic but nothing seems to work so far. The issue is that my Table is not getting populated with data onSearch but only on the beginning. Home.view.xml <SearchField liveChange=".onSearch" id="...
Kudos from
Kudos given to