Table PopupNEW
1.7.30 Minimal theme
Selec data from a popup especially when dealing with a lot of data
HIDE CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table("payments");
$xcrud->field_callback('customerNumber','input_customer_popup');
echo $xcrud->render();
?>