Hi Venkata,
U can set first row as selected by default by using
var rowSet= oTable.getItems();
rowSet[0].setSelected(true);
And you can get the values from the selected rows by using
var contexts = oTable.getSelectedContexts();
Regards,
Malthesha Sungar