Resuelto el problema del add filtrando crear el datatable cuando es un edit solamente

This commit is contained in:
Jaime Jiménez
2023-07-16 23:10:45 +02:00
parent d9032837e3
commit 7b1928728d
3 changed files with 55 additions and 48 deletions

View File

@ -14,9 +14,15 @@ class PapelImpresionModel extends \App\Models\GoBaseModel
const SORTABLE = [
0 => "t1.nombre",
1 => "t1.papel_generico_id",
2 => "t1.gramaje",
3 => "t2.nombre",
1 => "t2.nombre",
2 => "t1.bn",
3 => "t1.gramaje",
4 => "t1.color",
5 => "t1.cubierta",
6 => "t1.sobrecubierta",
7 => "t1.rotativa",
8 => "t1.isActivo",
/*1 => "t1.id",
2 => "t1.papel_generico_id",