I managed to talk Backpack into replacing the decimal point with a comma: config\backpack\base.php
'number_format' => [
// 'decimals' => 2,
'decimal_separator' => ',',
'thousands_separator'=> ' ',
],
But editable-columns ignore it.
I can't imagine how to achieve this for an editable column of type 'type' => 'editable_text'.
Can you advise me please? Thx