Skip to content

Support binding to complex expressions (not just direct properties) of row objects #2

@sinelaw

Description

@sinelaw

If column.field is a simple property name (e.g. name), all is good. If it is a bind expression like subProperties[0].name, it doesn't work.

Change this:

ng-model="row[column.field]"

into something that will allow column.field to be a general bind expression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions