Skip to content

Error is thrown when focusing a cell #4258

@mathiasdose

Description

@mathiasdose

We have identified that the error below is thrown when using dot notation in col.field e.g "1.Blabla". This occurs once you focus the cell.
screen shot 2015-08-25 at 09 39 44

The function below is what causing this error and was added in 9532de2

RowCol.prototype.getIntersectionValueRaw = function(){
        var getter = $parse(this.col.field);
        var context = this.row.entity;
       return getter(context);
      };

9532de2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions