where in controller do you instantiate the fragment?
any errors in console?
good practice to supply a fragment id, in case you would need to reference UI control later in the code:
resultTable = sap.ui.xmlfragment("ResultTable", "view.phone.ResultTable", this);