"
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.02.04 (V3.25.02.04)