ArtiGrid
v1.5

Column Rename


<?php
    
    $grid = new ArtiGrid();
    $grid->table('products')
        ->template('bootstrap5')
        ->colRename('productName','Number') // column rename
        ->modal();
    echo $grid->render();
?>
id productCode Number productLine productScale productVendor productDescription quantityInStock buyPrice MSRP Actions