{% extends 'base.html.twig' %} {% block js_document_ready %} $('#datatable').dataTable({ filter : false, language: { "url": "//cdn.datatables.net/plug-ins/1.10.16/i18n/Spanish.json" }, aLengthMenu: "", bAutoWidth: false, "columns": [ { "data": "foto", render: function(data, type, row, meta) { if (type === 'display') { foto = [ '', ].join(''); return foto; } return data; }, }, { "data": "dni" }, { "data": "nombre_apellido" }, { "data": "acciones", render: function(data, type, row, meta) { if (type === 'display') { if(data['urlSeleccionar'] != null) { $botones = [ ' ', 'note_add', ' ' ].join(''); } else { $botones = [ ' ', 'note_add', ' ' ].join('') } return $botones; } return data; }, }, ], order: [[ 2, 'asc' ]], columnDefs: [ // These are the column name variables that will be sent to the server { "name": "foto", "searchable": false, "orderable": false, "targets": 0 }, { "name": "dp.dni", "targets": 1 }, { "name": "dp.apellidos", "targets": 2 }, { "name": "accion", "searchable": false, "orderable": false, "targets": 3 }, ], "displayStart": {{ informe == 'psiquiatrico' ? (app.session.get(constant('App\\Controller\\Ria\\PresentacionAntecedentesController::FORM_CONSULTA_PRESENTACIONES_PSIQUIATRICOS_START')) ?? 0) : (app.session.get(constant('App\\Controller\\Ria\\PresentacionAntecedentesController::FORM_CONSULTA_PRESENTACIONES_PSICOLOGICOS_START')) ?? 0) }}, {# "displayStart": {{ app.session.get(constant('App\\Controller\\Ria\\PresentacionAntecedentesController::FORM_CONSULTA_PRESENTACIONES_START')) ?? 0 }}, #} serverSide: true, processing: true, ajax: { url: '{{ path('presentaciones_datos', {informe: informe}) }}', type: 'POST' } {# , fnDrawCallback: function( oSettings ) { // Ocultar columnas si no esta seteada el numero de acta $('#datatable tbody tr').each(function() { var fechaCell1 = $(this).find('td:eq(3)'); // Columna del resultado en la tabla fechaCell1.hide(); }); } #} }); // the "href" attribute of the modal trigger must specify the modal ID that wants to be triggered $('select').formSelect(); //var select = $('select'); $('.limpiar').click(function(){ $("input[type=text]").val(""); form.submit(); }); {% endblock %} {% block breadcrumb %}
{% endblock %} {% block titulo_body %} {% endblock %} {% block body %} {#place
description
Apellido y Nombre | ||
---|---|---|