Implementing Inline Editing
This is the plan for adding inline row editing to PowerCRUD’s list views.
This is the plan for adding inline row editing to PowerCRUD’s list views.
Exploring how powercrud's existing table components can be reused for parent/child relationship editing within forms, if we already had inline editing for the main list.
I'm thinking of a feature to make it easy to edit parent and child objects on the same object_form, because this is a very common requirement. We could use inline formsets, which is feasible. But a different pattern could be to have an editable htmx-enabled table of the child objects under the parent form. This article explores how much re-use we could achieve from existing powercrud elements.
Exploring what powercrud already provides for implementing inline table editing with HTMX.