Edit - Modal Bootstrap 4.5 theme
Edit Through Modal Form
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table('payments'); $xcrud->is_edit_modal(true); echo $xcrud->render(); ?>
Edit Through Modal Form
<?php $xcrud = Xcrud::get_instance(); $xcrud->table('payments'); $xcrud->is_edit_modal(true); echo $xcrud->render(); ?>