I have the following code working to add a row to the table dynamically
var NovaLinha = [usuario,email,senha,ativo,acao];
NovaLinha.id = retorno;
$('#tabela').DataTable().row.add(NovaLinha).draw();
Now I want to change it too with jquery an...
asked by
22.02.2015 / 19:19