• Resolved avinashkarnani11

    (@avinashkarnani11)


    Hello,

    I installed Tablepress plugin and it works as expected. The only problem i realized is that the url loads all the table at once and then it is paginated.

    For example – I have 10K rows in a table and all the rows are loaded first, then it is paginated and as a result, the bandwidth consumed is more.

    My understanding is that the table should load limited rows only first, let’s say 10 rows per page at a time. When visitors click on Page 2, it should load another set of rows and further.. Am i doing anything wrong or this is how the plugin is designed? Or is there a way to achieve my requirement?

    Thanks in advance for your help!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Your observation is correct. TablePress does currently only support that so-called “client mode” where all data is loaded at once.
    While the DataTables JS library (see https://www.datatables.net/) supports a “server mode” where only the necessary data is loaded, this is not yet available in TablePress.

    Regards,
    Tobias

    Thread Starter avinashkarnani11

    (@avinashkarnani11)

    Hi Tobias,

    Thanks for the quick reply!

    So is “server mode” going to be available in near future?

    Regards,
    Avinash

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no, probably not. I don’t have immediate plans to implement this. Sorry.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tables with more than 10000 rows.’ is closed to new replies.