Skip to content

Instantly share code, notes, and snippets.

@wakim
Created January 7, 2015 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wakim/456854fbe952fdbdc693 to your computer and use it in GitHub Desktop.
Save wakim/456854fbe952fdbdc693 to your computer and use it in GitHub Desktop.
Adição de linha usando API do jQuery DataTables
$j('table:eq(0)').DataTable().row.add(['<a href="#">NOME DO SUJEITO</a>', 'CPF', 'NIS', 'DATA/DE/NASCIMENTO', 'SIM']).draw();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment