ArtiGrid
v1.5

Edit Buttons Outlay


<?php
    $grid = new ArtiGrid();
    $grid->table('payments')
        ->template('bootstrap5')
        ->buttonsArrange();
    echo $grid->render();
?>
paymentId customerNumber checkNumber paymentDate amount Actions