I would like to execute cellFilter to programmatically determine what should be displayed inside the cell. When defining column definitions, you need to specify in which field the cell corresponds, however I need access to the entire data row in cellFilter, and not just to one field. Is it possible to pass multiple fields to a filter or the entire string?
{
name: 'To',
field: 'myData',
cellFilter: 'formatCaller'
}
Thank.
source
share