Guest User

Untitled

a guest
May 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. $('#MainContent_tabla').DataTable({
  2. columns: [
  3. { title: "Nombre" },
  4. { title: "Id del Usuario" },
  5. { title: "Lectura de QR" },
  6. { title: "Toma de evidencia" },
  7. { title: "Placas" },
  8. {
  9. title: "Imagen", "mRender": function (data, type, full) {
  10. return '<center><i class="fa fa-picture-o" aria-hidden="true" style="font-size:24px;cursor:pointer;" onclick="' +ShowPopup(full[3],"background1") + '"></i></center>';
  11. }
  12. },
  13. { title: "Diferencia" }
  14. ],
  15. "language": {
  16. "lengthMenu": "Mostrar _MENU_ Registros por pagina",
  17. "zeroRecords": "No hay ningun registro que coincida",
  18. "info": "Mostrando pagina _PAGE_ of _PAGES_",
  19. "infoEmpty": "No hay registros disponibles",
  20. "infoFiltered": "(filtered from _MAX_ total records)",
  21. "search": "Buscar Palabra:",
  22. "paginate": {
  23. "previous": "Siguiente",
  24. "next": "Anterior"
  25. },
  26. "processing": true,
  27. "serverSide": true,
  28. "ajax": "ConsultarEvidencia.aspx.cs",
  29. "deferLoading": 57
  30. }
  31. });
  32.  
  33. onclick="ShowPopup('+full[3]+',"background1") + '"></i></center>';
Add Comment
Please, Sign In to add comment