ArtiGrid
v1.5

change column order


<?php
    
    $grid = new ArtiGrid();
    $grid->table('products')
        ->template('bootstrap5')
        ->crudCol(['productLine','productName'])
        ->modal();
    echo $grid->render();
?>
productLine productName Actions