Edit Side

[xcrud]
    $xcrud = Xcrud::get_instance(); 
    $xcrud->table('payments');
    $xcrud->columns('customerNumber');
    $xcrud ->is_edit_side(true);
    echo $xcrud->render();
[/xcrud]

Payments

# Customernumber  
1 114
2 114
3 119
4 119
5 121
6 121
7 121
8 121
9 124
10 124

Search