• Resolved moltra

    (@moltra)


    I have a table that is 1500+ rows and growing weekly. I currently have only 10 rows being shown on the page, but it is pulling all the rows into the page source. The page is taking forever to load.

    Is there a way to limit the number of rows the shortcut pulls into the page source?

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, you could limit that number, but then you wouldn’t be able to show these rows on the page. You could use Shortcode like
    [table id=123 hide_rows=all show_rows=”1,11-20″ /]
    `
    to for example show rows 11-20 (and the header row).

    However, it seems that you are now using Ninja Tables? My suggestion would of course not apply there.

    Regards,
    Tobias

    Thread Starter moltra

    (@moltra)

    I would rather use tablepress, I love the multiple filters. I have one page using tablepress, and will actually be creating more with tableprrdd.

    If I use that shortcode option, is three a way to have page 2 link to a different “shortcode” for the next 20 listings?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    I’m afraid that’s what I meant above. Things like pagination and so on are not possible with this approach ??
    For that, the only option in TablePress right now is to have everything loaded first.

    Regards,
    Tobias

    Thread Starter moltra

    (@moltra)

    I guess I will use both. I will use Ninja tables on the main post that has all the rows, and tablepress on all the other posts, that are limit the rows returned.

    Thanks for a great plugin.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that sounds like a good compromise then. Sorry that I can’t offer a better solution at the moment.

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘large table 1500+ rows limit rows being pulled’ is closed to new replies.