Sorting by percents

Sorting by percents

AlexKamAlexKam Posts: 1Questions: 1Answers: 0
edited June 2023 in Free community support

Hi, i'm using Data Table like this

$('#monitoring2_table').DataTable({
        columns: [
                null,
                null,
                null,
                null,
                null,
                { "type": "num-fmt" },
                null,
                { "type": "num-fmt" },
                null,
                { "type": "num-fmt" },
                null,
                null,
                
        ],
})

But columns with percent sorts look like strings. What i do wrong?

Answers

Sign In or Register to comment.