Pagination Question

Hi,

i have a simple question.

How i can insert there "FirstPage" and "LastPage" …

if i change the




    public $firstPageLabel = false;


    public $lastPageLabel = false;



in LinkPager.php widget,

to true i have buttons.

But i will not change it there.

In GridView widget:


...

'pager' => [

    'firstPageLabel' => '<<',

    'lastPageLabel' => '>>',

],

...

Thank you