jan-vandenberg / cruddiy

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

Enhancement request - Modal froms #133

Open lcsqlpete opened 8 months ago

lcsqlpete commented 8 months ago

This software has saved me a lot of time. Would it be possible to have an option for the Add, Update, and Delete functions to use Bootstrap modal forms on the list page instead of a separate page?

germain-italic commented 8 months ago

That doesn't look like an easy job regarding how the HTML and PHP parts are heavily coupled currently.

But since the code needs cleanup, that could be an option for a future version.