tomkirsch/bspager

CI4 的 Bootstrap Pager 视图

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

This package is auto-updated.

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


README

在您的 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',
	];