• Resolved jammerpro

    (@jammerpro)


    The report generated in the Table Builder—>Table—->Test limits has a “Show Entries” Select Box with the Selections “10 | 25 | 50 | 100“.

    WE NEED A SELECTION IN THAT SPECIFIC BOX FOR ALL (*) ENTRIES, EVEN THOUGH THE RESULT WOULD BE LARGE. EXAMPLE: Selections ” *.* (all) | 1000 | 5000 | 10000“.

    Hopefully there is some way to do that (let me know which versions, if any support this feature OR if there is a workaround.

    Hopefully there is a solution within the interface.

    Thanks.

    EZ

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @jammerpro,

    Thanks for the post!

    To?change the list of options in the drop-down, please add the following JSON to?your table’s?Advanced Settings?>?Advanced Options. Please change the values at your discretion.

    {
        "lengthMenu": [ 10, 20, 30, 50, 100 ]
    }

    More information here:?Advanced settings | WP Data Access

    Hope that helps! Let us know if you have more questions. ??

    Thread Starter jammerpro

    (@jammerpro)

    Thanks Kim L (@kimmyx). Works great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase Selection Values in Show Entries Select Box under Table Builder -Test’ is closed to new replies.