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