Using Editor for column-specific edits

Using Editor for column-specific edits

tomasddtomasdd Posts: 1Questions: 1Answers: 0

The title is maybe confusing, I couldn't find a way to ask it nicely in a short space, but the question is that is if I can use the Editor plugin for a project where not all columns are editable, some of them will become visible sometimes, and for each column the PATCH is for a different URL.
Thanks in advance.

Answers

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin

    Are you planning on using the inline editor? You can target specific columns through use of selectors on the event that triggers the inline action.

    In the case of sending different HTTP verbs, what I would suggest is that you have two Editor instances - one configured for each URI that you need to send data to, and trigger editing on each based on the targeted column selection as needed.

    Allan

This discussion has been closed.