tomkirsch/bspager

Bootstrap Pager view for CI4

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tomkirsch/bspager

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

This package is auto-updated.

Last update: 2025-09-27 13:52:33 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',
	];