"
DataGridXL 3 Out Now! See what's new→

Column Format Function

To format cells, use the formatFunction field, which takes a custom function:

javascript
{
  formatFunction: function(cell){
    return `Value: ${cell.value}`;
  }
}
Generated: 25.01.28 (V3.25.01.22)