mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Miglioramento ricerche Datatables
Miglioramento delle ricerche Datatables in modo da rendere il sistema più comprensibile.
This commit is contained in:
@@ -110,7 +110,7 @@ if (!empty($type) && $type != 'menu' && $type != 'custom') {
|
||||
}
|
||||
|
||||
echo '
|
||||
<th'.$attr_td.' id="th_'.str_replace([' ', '.'], ['-', ''], $name).'"';
|
||||
<th'.$attr_td.' id="th_'.searchFieldName($name).'"';
|
||||
if ($total['search'][$key] == 1) {
|
||||
echo ' class="search"';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user