Pagerer 8.x-2.0 - example page

This page is an example of pagerer's features. It runs three separate queries on the database, and renders three tables with the results. A distinct pager is associated to each of the tables, and each pager is rendered through various pagerer's styles.




First data table:

wid type timestamp
14167541 image 1747860429
14167542 cron 1747860539
14167543 page not found 1747860539
14167544 cron 1747860540
14167545 cron 1747860540
Drupal standard 'pager' theme:
'Standard' pagerer style (mimick of Drupal's standard) in three 'display' modes: 'pages', 'items', and 'item_ranges'
'Progressive' pagerer style:
'Adaptive' pagerer style:
'Mini' pagerer style:
'Scrollpane' pagerer style:
'Slider' pagerer style:
'pagerer' core replacement theme:




Second data table:

collection name
entity.storage_schema.sql node.field_schema_data.field_icon
entity.storage_schema.sql node.field_schema_data.field_image
entity.storage_schema.sql node.field_schema_data.field_image2
entity.storage_schema.sql node.field_schema_data.field_image3
entity.storage_schema.sql node.field_schema_data.field_images
entity.storage_schema.sql node.field_schema_data.field_indicator_name_
entity.storage_schema.sql node.field_schema_data.field_link
entity.storage_schema.sql node.field_schema_data.field_link_url
entity.storage_schema.sql node.field_schema_data.field_measurment_frequency_
entity.storage_schema.sql node.field_schema_data.field_measurment_method_

'Basic' pagerer style:
'Adaptive' pagerer style:
'pagerer' core replacement theme:
'pagerer' (direct call from module) theme: Note the usage of the 'tags' variables to customise labels and hover titles.




Third data table:

name path
config_translation.item.edit.entity.field_config.contact_message_field_edit_form /admin/structure/contact/manage/{contact_form}/fields/{field_config}/translate/{langcode}/edit
config_translation.item.edit.entity.field_config.node_field_edit_form /admin/structure/types/manage/{node_type}/fields/{field_config}/translate/{langcode}/edit
config_translation.item.edit.entity.field_config.taxonomy_term_field_edit_form /admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview/fields/{field_config}/translate/{langcode}/edit
config_translation.item.edit.entity.field_config.user_field_edit_form /admin/config/people/accounts/fields/{field_config}/translate/{langcode}/edit
config_translation.item.edit.entity.filter_format.edit_form /admin/config/content/formats/manage/{filter_format}/translate/{langcode}/edit

'Adaptive' pagerer style:
'pagerer' core replacement theme: