fnDraw does not update table

fnDraw does not update table

abrissirbaabrissirba Posts: 3Questions: 2Answers: 0

Hi

I am using datatables with the fixedColumn extension. I'm trying to make the fixed column responisvie and I am trying to use the column render function in combination with the column sizing event. However, when I call the fnDraw function, the content is not updated, instead the data that was returned from the render function when the table was initialized is rendered again. I have put a breakpoint in the render function and it returns the updated value but it is still the old one that gets rendered. How do I get datatable to render the new value?

This discussion has been closed.