Skip to content

issue with nested array[ ] #9

@RizwanaHakeem

Description

@RizwanaHakeem

Hi

I have to apply mattableFilter for below scenerio. But unable to filter

Class Student{
name: string;
mark: Mark[];
}
Class Mark{
science:number;
maths:number;
}

this.filterEntity=new Student();
this.filterEntity.mark = [new Mark()];

Name {{element.name}} Mark
{{any.science}}

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