Hi Mani, that is not possible using table control of sapui5. You can find a table control of other libraries like extjs, jquery plugins... and encapsulated it in a sapui5 control as is explained in this link: Examples for Creating and Extending Controls - User Interface Add-On for SAP NetWeaver - SAP Library
the easiest way to do the similar requeriment is click in a row and show a dialog with the table details.
Pau