former_member505084
Explorer
Member since ‎08-24-2017

User Statistics

  • 20 Posts
  • 3 Solutions
  • 0 Kudos given
  • 5 Kudos received

User Activity

Hello, I am using sap.ui.table.treetable. Everything is working fine for me. I am having some preselected value which i have to show as selected node. It is also working. I am having Search Button. While Search for the selected node, selected nod...
While I am running the application in web, It is showing the data. But when I am running in IPad, It is showing error in Inspect element like "Uncaught (in promise) Error: DOM element with ID 'content' not found in page, but application tries to ...
I am opening a fragment by clicking a button. In that Fragment treetable is there with multiselection mode. But I want to hide the multiselection checkbox of the parent nodes which is not having values nd want to show the checkbox to the childnodes...
My Question is about : I am doing dynamic table and getting the result but i want to show in different way like Transpose. because I am having N numbers of column values and only 5 row values. So I want to show my table as Vertical way means like Tra...
var date = new Date("2017", "9", "15", "8", "0"); var oModel = new sap.ui.model.json.JSONModel(); var data = 0; $.ajax({ url:"/altcal/hana/wfs/services/getRosterInJSON.xsjs", async:false, type:'Get', dataType:'json', success: fun...