Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

Editing not working in table

Summary:

Editing not working in VBCS

Content (required):

Hi All,

I have implemented edit table as per below video however the input text box is not working.


<oj-bind-if test='[[$current.mode=="navigation"]]'>

      <oj-input-text value="[[$current.data]]" readonly="true"></oj-input-text>

      </oj-bind-if>


      <oj-bind-if test='[[$current.mode=="edit"]]'>

      <oj-input-text value="[[ $variables.current_row.column_name ]]"></oj-input-text>

      </oj-bind-if>

     </template>

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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