Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
'tooltip' => function ($row) use($columnName, $dividerSign, $params, $format){
//Applique un divider si il est définie
$dividerRatio = isset($params['dividerRatio']) && $params['dividerRatio'] != "" && $params['dividerRatio'] != 0 ? $params['dividerRatio'] : 1;
//Récupère le signe de division
$divider = isset($dividerSign[$dividerRatio]) ? $dividerSign[$dividerRatio] : "";
return $params['columns'][$columnName]['label'].' : '.number_format($row[$columnName] / $dividerRatio, 0, $format['decimalPoint'], $format['thousandSeparator']).' '.$divider;
};
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo