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