Skip to content
Snippets Groups Projects

#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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
    Loading