AJAX but ignore / do not update a column

AJAX but ignore / do not update a column

j7mboj7mbo Posts: 7Questions: 0Answers: 0
edited November 2012 in General
I have searched google and this forum for hours before posting this, so please let me know if there is an answer somewhere that I have missed!

I'm using the following plugins:

fnReloadAjax
fnStandingRedraw

I have four columns in the table that are being repeatedly refreshed via AJAX. However, I want the FOURTH column to be ignored; that is, the data in each cell in this column will not change as long as the corresponding row exists.

How do I stop the AJAX from redrawing the whole table, when I really want the three columns redrawn and not the last one.

Currently attempting something very hacky by passing through the current contents of the cell in the AJAX request, which is awful. Please help me find a clean solution. Thanks! :) LOVE datatables.

Replies

  • j7mboj7mbo Posts: 7Questions: 0Answers: 0
    edited November 2012
    Duplicate post.
  • j7mboj7mbo Posts: 7Questions: 0Answers: 0
    Sorry to have to bump this, but I need a solution .. my apache access log is getting filled with all the url encoded html that I'm having to pass through. How can I ignore the final column?
  • j7mboj7mbo Posts: 7Questions: 0Answers: 0
    Is this possible?
This discussion has been closed.