Skip to content

Call toArray on supplied data array where needed #24

@AndyPyeSC

Description

@AndyPyeSC

Changes in ember-data mean that calls such as store.query resolve to array proxies whose content arrays consist of DS.InternalModels. These should not be accessed; instead, toArray should be called on the proxy.

ember-grid should check for the presence of a toArray method on the supplied data array and call it if it exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions