How to only show 5 rows of the input table?

  • breandanmccann
    Asked on November 30, 2020 at 12:34 PM

    Hi,

    I want the user to only see 5 rows of the input table on screen and then scroll to reveal another 20.

    See below screenshot. A user should only be able to see 5 rows at one time then scroll to see the rest.

    1606757646 5fc52d0e91ad2  Screenshot 10

  • Kenneth JotForm Support
    Replied on November 30, 2020 at 3:56 PM

    Thank you for reaching support,

    After some customization, here is how it looks:

    1606769674 5fc55c0a7abac Production Audi Screenshot 10

    If that is acceptable, kindly insert this code into your Inject Custom CSS Area: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    div#cid_9 {

    1. height: 240px !important;

    }

    I hope that helps.

    Best.

  • breandanmccann
    Replied on December 1, 2020 at 3:34 AM

    Thanks Kenneth