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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:58:48+00:00 2026-05-26T14:58:48+00:00

When I am using DataTables to replace a dataset in a table, it works

  • 0

When I am using DataTables to replace a dataset in a table, it works great, but sometimes when you reload the page it takes half a second to wrap the table showing the original table markup for that brief amount of time. I was wondering if there is a way to perhaps display the page contents only when DataTables has finished wrapping the table?

  • 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-26T14:58:49+00:00Added an answer on May 26, 2026 at 2:58 pm

    There are a few ways you could do it. The easiest is probably the following:

    First, set your table to have display:none via CSS or even (gasp) with an inline-style in your markup.

    Then in your DataTables initialization, use the fnDrawCallback to show the table:

    "fnDrawCallback": function() {
       $(this).show();
    }
    

    Now, remember that the actual table ends up having divs above and below (for the header and footer). Refreshing the page will likely keep these on display while the table itself refreshes. If you’d rather just hide and show absolutely everything, you’ll need to wrap your table in a container div, and then instead of $(this).show() you would use $('.container').show()

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

Sidebar

Related Questions

I'm using IgnitedDatatables (CodeIgniter library) for DataTables . The table gets generated without problems
I am using DataTables plugin to fetch and paginate my table use ajax calls.
I am using DataTables for a dynamically generated table (via ajax calls). The table
I'm using datatables plugin for jquery to show my data on the page. I
I am using datatables inside of the jquery ui tabs. Everything works as expected,
I have started using the DataTables plugin (v1.6.2) for jQuery (v1.4.2), and I would
I am using the jQuery DataTables plugin. I would like to move the search
I heard that microsoft does not recommend using DataSets and DataTables in new projects.
Using .Net and Oracle 11g - I've been returning dataTables from a procedure inside
I want to remove duplicates from my DataTable so I'm using DataTable.AsEnumerable().Distinct(DataRowComparer.Default) but it

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.