KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

ThousandSeparator and decimalPoint does not work #591

Open Hermílio opened this topic on on Jan 15, 2019 - 1 comments

Hermílio commented on Jan 15, 2019

->pipe(new ColumnMeta(array(

            "valor_pago" => array(
                'type' => 'number',
                "prefix" => "",
                "decimals" => 2,
                "decimalPoint" => ",",
                "thousandSeparator" => "."
            )
        )))

This is not working, is it in the correct way?

KoolReport commented on Jan 16, 2019

You change to "thousand_sep" and "dec_point"

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None