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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:35:58+00:00 2026-05-25T01:35:58+00:00

I am updating my table using ajax, the process is not tied to the

  • 0

I am updating my table using ajax, the process is not tied to the datatables and I would like to perform a table refresh

$('#listing').dataTable( {
        "bDestroy": true,
            "bProcessing": true,
    "sAjaxSource": "getlist/",
            "bJQueryUI": true,


            "aoColumns": [
                    { "mDataProp": "id" },      
        { "mDataProp": "aname" },           
        { "mDataProp": "acode" },
        { "mDataProp": "editlink" },
                    { "mDataProp": "deletelink" },

    ],
            "aoColumnDefs": [ 
                    { "bSearchable": false, "bVisible": false, "aTargets": [ 0 ] }

    ]



} );

My data is customized to appear as {"aaData":[{"id":"14", and its working well because the table is being rendered.

  • 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-25T01:35:59+00:00Added an answer on May 25, 2026 at 1:35 am

    You can update the datatable by calling fnDraw() method. However the Datatables will read the data again from the actual data source (Ajax URI, in your case) ONLY if bServerSide: true is set (by which you are telling the Datatables that all the processing is done at server side).

    One side effect of bServerSide: true is that you need send the pagination details (iTotalRecords & iTotalDisplayRecords, .. ) & other data in the Ajax response (see Server-side Processing docs).

    Othre side effect is that filtering will not work any longer 🙁 Datatable can’t filter the partial data which it has.

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

Sidebar

Related Questions

I would like to know the performance difference in updating a table using the
I'm working on an auto-updating table of information using AJAX, but I've run into
I am using greasemonkey script and have updating the table using following code. I
i am updating a table in mysql using ADODB i am adding new entries
I am having difficulty updating a table via PHP. Using MySQL prompt or a
I'm updating a table from another table in the same database - what would
I am updating table using PreparedStatement the following code works perfectly pst = conn.prepareStatement(UPDATE
Using Bootstrap 2.0 I've styled a table using .table-striped. I'm updating rows of data
I am updating some data in a table using transaction. The log of the
I am having a problem updating several rows of a mysql table using 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.