My point is... i have a dataTable with over 20k records, so i'm server side processing it, so the user browser stays sharp.
But, i have buttons i must 'assembly' to edit, remove or activate some records, and when i try to put html on the return of the server side processing, i get an error from dataTable, even if my json is well formatted...
so, what can i do?
I've tried using fnDrawCallback, but it runs after the data placement on the table.
Thanks in advance, Jorge Ferrari.
fnPreDrawCallback