#3460329 Identify the first, last, previous, and next pages in the pager
#3460329 Identify the first, last, previous, and next pages in the pager
1 unresolved thread
1 unresolved thread
Closes #3460329
Merge request reports
Activity
27 27 } 28 28 $this->setLinksAriaLabel($variables['items']); 29 29 30 $first = []; 31 if (isset($variables['items']['first'])) { 32 $first = $variables['items']['first']; 33 $first['attributes']->addClass('first'); 34 }
Please register or sign in to reply