I changed the response from webservice,
Initially it ws coming as WSDL xml, in which we were facing issues of annotation and due to which model was not able to read the property, in that place we have used JSON response as below,
var JSON = {"data" : [{"name":"test","ID":"1"},{"name":"test2","ID":"2"},{"name":"test3","ID":"3"}]};
which will be easier to bing with table.