tomkirsch/bspager

Bootstrap Pager view for CI4

Maintainers

Package info

github.com/tomkirsch/ci4-bspager

pkg:composer/tomkirsch/bspager

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-27 15:03:30 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',
	];