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.