Pada config\web.php, tambahkan
$config = [
'container' => [
'definitions' => [
\yii\widgets\LinkPager::class => \yii\bootstrap4\LinkPager::class,
'yii\bootstrap4\LinkPager' => [
'firstPageLabel' => 'Awal',
'lastPageLabel' => 'Akhir'
]
]
]
];
No comments:
Post a Comment