jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
250 stars 80 forks source link

feature request: option to use grid for children instead references list #126

Open hackgrid opened 7 months ago

hackgrid commented 7 months ago

Hi,

I want to create an app to manage many lists, which each list should contain multiple list items.

It would be great to be able to CRUD these list items with a grid inside the list read view.

I think there are many use cases for that and cruddiy apps would look more like common apps this way :-)

Thanks and kind regards!

germain-italic commented 7 months ago

Unclear to me, could you annotate a screenshot?

hackgrid commented 7 months ago

I want the entity-read view to look like this:

grafik

Also it would be great to incorporate the form fields from entity-update to be able to edit the contents in-place in the table!