Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8653

Re: SAP UI5 table / add buttons in the table header

$
0
0

Hi  Nagl,

 

Try this hope its useful

 

var oTable = sap.ui.table.Table("searchResults",

  {

  width : "100%",

   height:"100%",

  selectionMode: sap.ui.table.SelectionMode.Single,

  columns:[

     

  new sap.ui.table.Column("col1",{

 

  label:new sap .ui.commons.Button("btn1",{text:"button1"})

 

  }),

  new sap.ui.table.Column("col2",{

 

  label:new sap .ui.commons.Button("btn2",{text:"button2"})

  }),

]

});

 

Thanks,

Best Regards,

Viswanath.


Viewing all articles
Browse latest Browse all 8653

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>