mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-20 04:06:34 +01:00
Fix visualizzazione colonne datatables
This commit is contained in:
parent
99fb501fdf
commit
56ae94374b
@ -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';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user