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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:27:31+00:00 2026-06-13T05:27:31+00:00

I have a encountered a weird problem with JQuery datatables; I have these on

  • 0

I have a encountered a weird problem with JQuery datatables; I have these on a number of pages on my site, and they are working perfectly, except when the data exceeds some seemingly arbitrary size. In one instance this is exactly 798 rows (with two columns), another, which has nine columns, won’t display anything over around 500 rows. I am figuring this is something to do with the overall size of the data. Looking this up on Google people are saying there can be a problem with very large datasets, but these always seem to refer to rows in the millions; the most I have is just over 16000. Surely this shouldn’t cause an issue?

Basically if I try to return more rows than it likes, it does nothing; no errors, just doesn’t display any data and locks up IE. Is there a setting somewhere I have missed that is causing this?

Thanks

  • 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-06-13T05:27:35+00:00Added an answer on June 13, 2026 at 5:27 am

    I ended up using Server Side processing to handle the data loading:

    <script type="text/javascript">
    $(document).ready(function() {
        //http://www.datatables.net
        $('#userTable').dataTable({
            "sPaginationType": "full_numbers",
            "bJQueryUI": false,
            "bAutoWidth": false,
            "bLengthChange": false,
            "bProcessing": true,
            "bServerSide": true,
            "sAjaxSource": "/Project/GetDataTables2",
            "fnServerData": function(url, data, callback) {
                $.ajax({
                    "url": url,
                    "data": data,
                    "success": callback,
                    "contentType": "application/x-www-form-urlencoded; charset=utf-8",
                    "dataType": "json",
                    "type": "POST",
                    "cache": false,
                    "error": function() {
                        alert("DataTables warning: JSON data from server failed to load or be parsed. " +
                        "This is most likely to be caused by a JSON formatting error.");
                    }
                });
            },
            "aoColumns": [
                { "bSortable": true },
                { "bSortable": true }
            ]
        });
    });                    
    </script>
    

    This worked perfectly and loaded quickly since I am only loading 10 or so at a time.

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

Sidebar

Related Questions

I have been working on a game and encountered a really weird problem. Game
I have encountered a weird problem, when i built my last ad-hoc version for
I'm using VS10 and C# and I've encountered a weird problem. I have 2
I have encountered a weird problem and I can't manage a way to solve
I have encountered a weird problem: as far as I know, cache can be
so I encountered weird problem here. I have an array status=new Array() . Then
I have encountered a very weird problem with fancybox modal that whenever my website
Today i have encountered a weird problem when dcommitting my master HEAD to google
I am relatively new to JMS and have encountered a weird problem implementing my
I have encountered a weird problem twice in the past 2 weeks and it's

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.