Quantcast
Channel: phpGrid – PHP Datagrid
Viewing all articles
Browse latest Browse all 107

Load Existing Record into Form (Form-Only Mode)

$
0
0
phpgrid-form-only-load

* Please note this feature is only available in paid versions.

 

You can load existing record data from database table into the edit form. This feature is only supported in form-only mode.

In form only mode, the form will remain on the screen after each submit. If you would like the form to redirect after submit, please see redirect_after_submit() method.

1
$dg->enable_edit('FORM')->form_only()->load_form(8888);

Live demo!

The post Load Existing Record into Form (Form-Only Mode) appeared first on phpGrid.


Viewing all articles
Browse latest Browse all 107

Trending Articles