tomkirsch/bspager

Bootstrap Pager view for CI4

v1.0.1 2021-01-27 03:34 UTC

This package is auto-updated.

Last update: 2024-09-27 11:36:11 UTC


README

Set the class in your App\Config\Pager

public $templates = [
		'default_full'   => 'Tomkirsch\BsPager\Views\bootstrap_full',
		'default_simple' => 'CodeIgniter\Pager\Views\default_simple',
		'default_head'   => 'CodeIgniter\Pager\Views\default_head',
	];