Example formatter function:
function($format, $value) {
return is_numeric($value) ? (integer) $value : false;
}
protected _formatters ( ) : array | ||
return | array | of column types to Closure formatter |
protected _formatters ( ) : array | ||
return | array | of column types to Closure formatter |