Title: Pagination, Default Rows
Last modified: March 18, 2022

---

# Pagination, Default Rows

 *  Resolved [grungyape](https://wordpress.org/support/users/grungyape/)
 * (@grungyape)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/pagination-default-rows/)
 * I see this: [https://i.imgur.com/nYNEt97.png](https://i.imgur.com/nYNEt97.png)
 * But I am using [wpdataaccess pub_id=”5″]
 * How do I set the default for Publications, and more importantly, is there a shortcode
   to do so independently?
 * For example: [wpdataaccess pub_id=”5″ pagination=”25″]

Viewing 1 replies (of 1 total)

 *  Plugin Author [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * (@peterschulznl)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/pagination-default-rows/#post-15474372)
 * Hi [@grungyape](https://wordpress.org/support/users/grungyape/),
 * On this page:
    [https://wpdataaccess.com/docs/documentation/data-publisher/advanced-settings/#some-examples](https://wpdataaccess.com/docs/documentation/data-publisher/advanced-settings/#some-examples)
 * Search for: pageLength
 * For example:
 *     ```
       {
         "lengthMenu": [ 10, 20, 30, 50, 100 ], 
         "pageLength": 30
       }
       ```
   
 * Changes the pageLength (=pagination) to 30 and adds some extra values to the 
   dropdown list which lets the user change the pagination dynamically.
 * Please read sections “Advanced settings” and “Valid JSON” if you have not used
   advanced options before. Let me know if you need further assistance.
 * Hope this helps,
    Peter

Viewing 1 replies (of 1 total)

The topic ‘Pagination, Default Rows’ is closed to new replies.

 * ![](https://ps.w.org/wp-data-access/assets/icon-256x256.png?rev=3299063)
 * [WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards](https://wordpress.org/plugins/wp-data-access/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-data-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-data-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-data-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-data-access/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/pagination-default-rows/#post-15474372)
 * Status: resolved