Responsive table with fnCreatedRow callback
Responsive table with fnCreatedRow callback
Hi everyone,
I have a table with an icon to delete each row in the last column. I add this icon with the fnCreatedRow callback and everything was working just fine.
But I now use a responsive table and when the last column is hidden my icon is lost! My understanding is that the responsive plugin saves somehow the content of each column before the fnCreatedRow callback is called? And therefore doesn't have the icon i add?
Has anyone experienced the same issue, or has a tip for me?
Thanks in advance,
Jules W