mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix visualizzazione colonne datatables
This commit is contained in:
@ -86,7 +86,7 @@ if (!empty($query)) {
|
||||
}
|
||||
|
||||
// Allineamento a destra se il valore della prima riga risulta numerica
|
||||
if ((is_numeric($value) && formatter()->isStandardNumber($value)) || $total['format'][$i]) {
|
||||
if (is_numeric($value) && formatter()->isStandardNumber($value)) {
|
||||
$align[$field] = 'text-right';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user