follow the leon suggestion and put the code there which i suggested. look at the below letters in bold, here you need to give the event name that will be triggered when select the row. then the code will be executed and window outbound plug will be called and you can navigate back to the source comp.
<chtmlb:configTable id = "Table"
navigationMode = "BYPAGE"
onRowSelection = "<%= lv_select_event %>"
selectionMode = "<%= lv_select_mode %>"
selectedRowIndex = "<%= RESULT->SELECTED_INDEX %>"
selectedRowIndexTable = "<%= RESULT->SELECTION_TAB %>"
table = "//RESULT/Table"
usage = "SEARCHRESULT"
visibleRowCount = "<%= lv_lines %>"
downloadToExcel = "FALSE"
width = "100%"
showNoMatchText = "FALSE"
/>
</chtmlb:tableExtension>