I have two sets of links/images that are displayed in a row detail div that need to be swapped in an event that I have firing on the page (the second set is set display:none on initial draw. When I run this code, it works to swap them out, but when I page through the datatable and come back to this row, the initial link/image is drawn. Here is the code:
This is so easy to do in jQuery, is nobody manipulating elements in the details rows that are being added? That seems to be something of which a lot of folks are taking advantage. I just need to be able to toggle between an activation and deactivation image/link. Any help would be much much appreciated.