Hi all friends, I need to change the content of a certain column of the table after the load is complete, I am using server side, what would be the right way to do it?
thank you very much and greetings to all
> I need to change the content of a certain column of the table after the load is complete, I am using server side
Call fnDraw - the data is held at the server-side, so if the data has changed, call fnDraw to get the latest data (note - this applies to server-side processing only).
Replies
Call fnDraw - the data is held at the server-side, so if the data has changed, call fnDraw to get the latest data (note - this applies to server-side processing only).
Allan