Hi ,
I am currently working on Oracle JET 8.0 version , when i try to perform CURD operations. I am not able to display records in oj.table.
Below mentioned error i am getting when i navigate to my edit page.


When i print my Output in console , i am able to print and see the results. In Edit Page, i am not able to see the result at first time, if i go back again to search page and again when i click edit icon then i am able to display the records.
Note: With the same session , if i select some other records (record B) and it is always fetches the first record (record A ) which i select at initially. It is not setting the record id which i am selecting from search table.
Search Page (HTML) :

editCustomer.js:

editCustomer.HTML:

Could you please help me where i am getting struck on this?
Thanks,
Sathish