Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #INICIALIZANDO A TABELA
  2.  
  3. dyn.html.tables.initDataTablesPlugin('#tabela-projetos', {
  4. "dom": '<t><"dt-bottom"<"row"<"col s12"i><"col s12 right"p>><"clearfix">>',
  5. "order": [[1, "desc"], [0, "asc"]]
  6. });
  7.  
  8.  
  9.  
  10.  
  11. #ADICIONEI UM NOVO PROJETO E TENHO HTML COM A RESPOSTA
  12.  
  13. dyn.ajax.post('cadastros/contratos/salvarProjeto', postData, function (response) {
  14. dyn.modal.close();
  15. dyn.model.orm.oneToMany.refreshListTable('#tabela-projetos', response.html);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement