<?php $grid = new ArtiGrid(); $grid->table('payments') ->template('bootstrap5') ->buttonsArrange(); echo $grid->render(); ?>