Skip to content

change in ng-grid.d.ts #2923

@lucamorelli

Description

@lucamorelli

Hi,
in the ng-grid.d.ts file I needed to do a change in the export interface IGridOptions:
I had to change from columnDefs?: IColumnDef[] to columnDefs?: any, otherwise I cannot write $scope.gridOptions.columnDefs = "colDefs", assigning to the columndef property another variable in the scope.
Looks me this notation is very used to assign dinamically the column definitions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions