silverstripesilverstripe-4

SilverStripe CMS interface is it possible to make the table editable?


SilverStripe CMS interface you can make the table editable, such as add and remove rows, as well as edit text and information inside the cells. Is there any component that can help?

Just for example this is the result I would like to achieve

Thank you


Solution

  • Posting my comment as an answer as it seem to have helped the questioner.

    Here's a useful module for extending the grid field functionality https://github.com/symbiote/silverstripe-gridfieldextensions. According to the documentation there's a component which allows inline editing GridFieldEditableColumns - allows inline editing of records. I've not used that specific component myself so I can't give any details on how it works, but it can be worth to check it out.