ArtiGrid
v1.5

Where Condition


<?php
    $grid = new ArtiGrid();
    $grid->table('payments')
        ->template('bootstrap5')
        ->where("paymentId", "IN", [11])
        ->required(false);
    echo $grid->render();
?>
paymentId customerNumber checkNumber paymentDate amount Actions