mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Ottimizzazione selezione totale su DataTables
This commit is contained in:
@ -77,6 +77,7 @@ if (!empty($query)) {
|
||||
// Creazione della tabella
|
||||
foreach ($rows as $i => $r) {
|
||||
$result = [
|
||||
'id' => $r['id'],
|
||||
'<span class="hide" data-id="'.$r['id'].'"></span>', // Colonna ID
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user