• I create a bootstrap table with jquery and datatables help.I create a custom template page to share my table but this table has around 2000 page.When i publish this page it is slowly uploading. Paginaton of this table also is not like seperate page, all the pages are just like seem as one page(pagination comes automatically).How can i solve this problem?How can i put correct pagination for my table?.Please help me in this and i am also open to new solutions for publishing tables.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    It sounds like your DB query is getting all content at once and your so called “pagination” merely mimics pagination. All the data is loaded initially and the pagination merely manages what is shown to the user. For faster page loads, implement true pagination where your query uses the LIMIT clause to only fetch one page’s worth of data at a time.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Custom Page Table Pagination Problem’ is closed to new replies.