Refreshing table with ajax without "Loading..." message

Refreshing table with ajax without "Loading..." message

klen11klen11 Posts: 2Questions: 0Answers: 0
edited February 2013 in General
Hello,
My goal here is to display a table on my page with up to date information that refreshes every so often.

My problem is that when the table acquires the source information through ajax, using bDestroy set to true to be able to reinitialize, the whole table disappears, displays a "Loading..." message and then displays the newly acquired information.

Would it be possible to renew the information on the table without changing the style.

I am not trying to add new rows to information that is already there, I want to delete all rows and display all new ones, but I don't want it to display that way aesthetically.

Thanks!

Replies

  • klen11klen11 Posts: 2Questions: 0Answers: 0
    Ok, I was able to solve the issue.

    The call for JSON with sAjaxSource shows the loading, but setting
    bServerSide: true,
    I was able to stop the loading message from popping up. My new issue is that when the new table loads, all of the rows are left with information but their backgrounds go away and then come back again after a few seconds.
This discussion has been closed.