jQWidgets Forums

jQuery UI Widgets Forums Vue thousandSeparator

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  admin 2 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • thousandSeparator #121741

    carlos
    Participant

    I’m using pivotGrid. I want to format the thousands using thousandSeparator, but it is not formatting.

    values: [
    {
    dataField: “total”,
    function: “sum”,
    text: “Realizado”,
    width: NamedNodeMap,
    formatSettings: {
    prefix: “R$”,
    decimalPlaces: 2,
    decimalSeparator: “,”,
    thousandSeparator: “.”,
    align: “right”,
    },
    },
    ],

    thousandSeparator #121753

    admin
    Keymaster

    Hi carlos,

    There is a typo in the provided code. The property is thousandsseparator.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.