You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Editable Array Issue in VBCS

edited Dec 16, 2018 12:47PM in Visual Builder 9 comments

Content

Hi All,

I am trying to implement editable array as per the guidelines provided in the jet cookbook (https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=table&demo=editableArrayTable). However after making the relevant changes I am seeing that once I change the field value and navigate to the next row the modified data is no longer visible in the table. I am attaching the code used

Appreciate your inputs to resolve this issue.

 
Thanks,
Nagesh.

Code Snippet

html code
====
      <oj-table style="height:200px" summary="Sample Table" scroll-policy="loadMoreOnScroll"
        id="oj-table--1490278390-1" class="oj-flex-item oj-sm-12 oj-md-12" data="{{ $page.variables.itemArray }}"
        columns='[  {    "headerText": "ItemNumber",    "field": "itemNumber","template" :"INtemplate" ,"className": "oj-read-only" }, 
        {    "headerText": "ItemDesc",    "field": "itemDesc","template" :"IDtemplate" ,"className": "oj-read-only" },
         {    "headerText": "LongDescription",    "field": "longDescription","template" :"LDtemplate","className": "oj-read-only"  },{    "headerText":
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!