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 7575667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:44:12+00:00 2026-05-30T16:44:12+00:00

I am trying to load some JSON data into to a table using the

  • 0

I am trying to load some JSON data into to a table using the getJSON method but Im getting an Unresponsive Script error in Firefox and in Chrome it crashes.The JSON objet has got over 50,000 items and I’m sure this is causing the script to fail.I was planning to inject the JSON data into a table and use the jquery dataTables plugin for paging,sorting and filtering.

Could some one please suggest a better way of doing what Im trying to do?

$(document).ready(function(){
  $.getJSON("items.php",function(result){
    $.each(result, function(i, field){

       var html = '<tr><td>' + field['id'] + '</td>';
       html+='<td>'+ field['name'] + '</td>';
       html+='<td>'+ field['price'] + '</td></tr>';

       $('#itemsTable').append(html);


    });
  });
}); 

I have changed my code to this now but now I get the error json.aaData is UNDEFINED ..js/jquery.dataTables.min.js

$('#tbData').dataTable( {
                    "bProcessing": true,
                    "bServerSide": true,
                    "sAjaxSource": 'items.php'
                } );
  • 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-30T16:44:13+00:00Added an answer on May 30, 2026 at 4:44 pm

    There is absolutely no need to parse your own table, then trigger datatables on it. Pass your data directly to datatables plugin and let it handle it using data source options from API

    Your append for every row is grossly inefficient. datatables will keep most of your data in an object and only generate enough html for the view required

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

Sidebar

Related Questions

i am trying to load some data using json and jquery the problem occurs
I'm trying to load some images using Bitmap.getBitmapResource() , but it takes about 2
i'm trying to load some tables to mysql into a bash script so i
So I'm trying to load some returned html from an .aspx page but a
I'm trying to load some stuff using AJAX when a user clicks a link,
I'm trying to call a function after I load some XML into Actionscript, and
I am trying to use load() to place some html into a div on
I am trying to load values into a select dynamically using values from a
I'm trying to do some really basic AJAX using PHP & jQuery, but for
I'm trying to work on a new project parsing some JSON data for a

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.