gdb_opt = $gdb; $grid -> order = [ 'column' => 'email', 'type' => 'ASC' ]; $grid -> search = [ [ 'name' => 'Email', 'db' => 'email', 'type' => 'text' ] ]; $grid -> columns_view = [ [ 'name' => 'Lp.', 'th' => [ 'class' => 'g-lp' ], 'td' => [ 'class' => 'g-center' ], 'autoincrement' => true ], [ 'name' => 'Email', 'db' => 'email', 'sort' => true ], [ 'name' => 'Potwierdzony', 'db' => 'status', 'sort' => true, 'replace' => [ 'array' => [ 0 => 'nie', 1 => 'tak' ] ] ] ]; $grid -> buttons = [ [ 'label' => 'Importuj emaile', 'url' => '/admin/newsletter/import/', 'icon' => 'fa-plus-circle', 'class' => 'btn-success' ] ]; $grid -> actions = [ 'delete' => true ]; echo $grid -> draw();