Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6363285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:01:10+00:00 2026-05-25T00:01:10+00:00

Is it possible to split the returned data into parts and display it one

  • 0

Is it possible to split the returned data into parts and display it one part at the time instead of displaying the whole chunk at once?

It would probably look better to the user if the search result was built in the browser rather than just hanging for a couple of seconds while displaying it all at once.

$("#searchForm").submit(function (event) {
    event.preventDefault();
    $.post($(this).attr('action'), $(this).serialize(), function (data) {

        $("#myTable tbody").html(data);

    });
});  

The returned data is html consisting of many table rows<tr></tr>....<tr></tr> which I’m adding to the tbody, if that helps…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:01:11+00:00Added an answer on May 25, 2026 at 12:01 am

    If json is not a solution for your problem, since the mass of your data is the actual content, not the added markup, then I can offer some solutions:

    1. recursive loading cycles: You have to prepare you server side code to return intervals from the wholde data, for example 100 rows at once. Then you write an asnyc request which gets the first 100 rows, then after loading and displaying these are done, starts a new request with the second 100 rows. One after a nother displaying the data, while making the first few visible at once.

    2. load more button: it’s much like the same as 1. but you place a “Load more results” button at the end of the first 100 results if there is more. Clicking on this would request the second 100 results.

    3. combining the two: to make user demanded but without user interaction, you can set the 2nd and on requests to start once the user scrolled to the bottom. This way the additional content would load if it is needed, but it would need no active user interaction. Also you should indicate with a spinner and text, that “more results are beeing loaded”.

    If you split your data in the right size of chunks, which you have to test, you can create a really seamless instatanious experience.

    On top of this, you should consider using json.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It is possible to split file into many parts.Is it possible every part encode
Is it possible to split the contents of file into parts that have specific
I was wondering if it was possible to split a file into equal parts
Is it possible to split the information in a .csproj across more than one
Is it possible to split large ASP.NET-pages into pieces? JSP has the jsp:include directive.
Is it possible for a WPF Label to split itself automatically into several lines?
I'm wondering if it is possible to split a node into two different colours.
Possible Duplicate: Split string, convert ToList<int>() in one line… i have a string that
On a webpage, is it possible to split large files into chunks before the
On a webpage, is it possible to split large files into chunks before the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.