Editor updating a hidden column via API?

Editor updating a hidden column via API?

jhellmanjhellman Posts: 1Questions: 1Answers: 0

Is there a way to save a hidden column such as a "last_viewed" column without opening the editor modal?

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    edited November 2018

    Hi @jhellman ,

    Yep, you can call something like:

    editor.edit(rowToUpdate).set(last_viewed: dateTimeViewed).submit();
    

    That way there'll be involvement with the user.

    Cheers,

    Colin

This discussion has been closed.