DOM manipulation with AJAX source
DOM manipulation with AJAX source
Hello,
Is there a way to alter the node created after AJAX data request? I need to set id based on an id returned by the server for a given row. The server sends additional JSON id array with the data, which should not be displayed in the table, but set as node id. I thought I can use fnRowCallback, but it doesn't get all the data returned by the server. Is there any way to do this?
Is there a way to alter the node created after AJAX data request? I need to set id based on an id returned by the server for a given row. The server sends additional JSON id array with the data, which should not be displayed in the table, but set as node id. I thought I can use fnRowCallback, but it doesn't get all the data returned by the server. Is there any way to do this?
This discussion has been closed.
Replies
Making this easier will be something I want to look at for the next big upgrade of DataTables! While it's not too difficult to do, it does seem a little "extraneous" to need a hidden column...
Regards,
Allan
Allan
Allan