mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
ya se filtra bien
This commit is contained in:
@ -211,7 +211,13 @@ theTable = $('#tableOfPresupuestos').DataTable({
|
||||
orderable: false,
|
||||
searchable: false,
|
||||
targets: [lastColNr]
|
||||
}
|
||||
},
|
||||
<?php if (auth()->user()->inGroup('cliente-admin') || auth()->user()->inGroup('cliente-editor')): ?>
|
||||
{
|
||||
target: 3,
|
||||
visible: false
|
||||
}
|
||||
<?php endif; ?>
|
||||
],
|
||||
|
||||
columns : [
|
||||
@ -264,9 +270,9 @@ theTable = $('#tableOfPresupuestos').DataTable({
|
||||
}
|
||||
},
|
||||
},
|
||||
<?php if ($clienteId == 0): ?>
|
||||
{ 'data': 'cliente' },
|
||||
<?php endif; ?>
|
||||
|
||||
{ 'data': 'cliente'},
|
||||
|
||||
{ 'data': 'titulo' },
|
||||
{ 'data': 'paginas' },
|
||||
{ 'data': 'tirada' },
|
||||
|
||||
Reference in New Issue
Block a user