AJAX but ignore / do not update a column
AJAX but ignore / do not update a column
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.
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.
This discussion has been closed.
Replies