Hi Vijay,
You will have to add style class 'sapUiSizeCozy' to the view definition. Also, to make it look better you might need to use mobile controls for column label , template etc. For example in XML View defintion:
<mvc:View controllerName="myView.Template" xmlns="sap.ui.table" xmlns:mvc="sap.ui.core.mvc" xmlns:c="sap.ui.core" xmlns:m="sap.m" class="sapUiSizeCozy"> </mvc:View>
Will this sample help? JS Bin - Collaborative JavaScript Debugging
Regards,
Sai Vellanki.