ArtiGrid
v1.6

Edit Buttons Outlay

The buttonsArrange() method allows you to transform the default action buttons into a cleaner dropdown menu. This helps reduce visual clutter in the table and improves the overall user interface, especially when multiple actions are available.

Instead of displaying all action buttons inline, they are grouped into a single dropdown per row, making the layout more organized and user-friendly.

Use this option when:


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