columns: [{
data: ‘car’
}, {
data: ‘year’,
type: ‘numeric’
},
{
data: ‘percentage’,
type: ‘numeric’,
format: ‘100.00 %’,
language: ‘en’
}],
i tried this format from numeric.js but it is not working, and also i want to limit the value of percentage to 100 or less