1
0
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:
Thomas Zilio
2020-07-08 21:12:16 +02:00
parent deace5d010
commit 5523b3db7d
6 changed files with 177 additions and 113 deletions

View File

@ -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
];