Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question!

    To be honest, I don’t really understand. I can see a table on the page from the first link, but I don’t really understand what you want to do with that on the second link…
    Can you clarify this, maybe with an example?

    Regards,
    Tobias

    Thread Starter Jamiethecomic

    (@jamiethecomic)

    I’ll rephrase.

    How do I make it so there is only 10 rows? And to see more rows I need to hit a “next” buttons

    1-10
    Next Page
    11-20
    Next Page
    21-31

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    for that, you can use the “Pagination” feature in TablePress.
    Just add a new (empty) first row to your table.
    Then, click the “Header row” checkbox and also enable the “Use DataTables” checkbox.
    Below that, uncheck everything except the “Pagination” checkbox.
    Finally, you can use this “Custom CSS” code (on the “Plugin Options” screen) to hide the empty header row:

    .tablepress-id-12 thead {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter Jamiethecomic

    (@jamiethecomic)

    THANK YOU!

    I knew it must of been something simple like that! I guess I’m too tired to think straight XD

    Thanks again!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Only show top ##'s’ is closed to new replies.