OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Datagrid editable fields

This topic contains 1 reply, has 2 voices, and was last updated by  ignat 9 years, 3 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #33611

    alendo
    Participant

    I discovered datagrid editable fields, but I don’t understand how to save changed fields: with a mass action? Is there an example?
    Thank you
    Alessandra

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #33612

    ignat
    Participant

    Hi Alessandra,

    At the moment editable cells are available only in frontend, I guess it’s backgrid.js standard feature. Any iteration with this edits will not affect data on backend. To have such behavior you need to implement it by yourself. I think it can be achieved by implementing custom mass-action but I didn’t find any examples of it. You can use delete mass-action implementation as a start point.

    Thanks,
    Ignat

Viewing 1 replies (of 1 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top