Answer the question
In order to leave comments, you need to log in
Add first and last on all pages?
I display GridView on different pages.
To add the first, last buttons to the paginator, then the widget needs to add
'pager' => [ 'firstPageLabel' => 'First', 'lastPageLabel' => 'Last', ]
Is it possible to somehow write this in one place and so that it is automatically applied to all widgets that have a paginator?
Answer the question
In order to leave comments, you need to log in
You can create your own class, inherit from GridView, override firstPageLabel and lastPageLabel, and then use your class.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question