SMART datagrid v.1 > Functions
Like the conversion mode being used in GridStyles.numberFormat, convert and return the value specified as value according to format format.
grid.setFooter({
tooltipCallback: function (column, value) {
return DataLudi.formatNumber('#,##0.00', value);
}
});