Refreshing table with ajax without "Loading..." message
Refreshing table with ajax without "Loading..." message
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!
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!
This discussion has been closed.
Replies
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.