Skip to content

Error on null nested properties #33

@mattgolem

Description

@mattgolem

The Exporter 2.0.2 go to error when the column of the grid has nested property ("town.name" for example) and first property is null (town == null for example). The vaadin grid 8.9.3 permits it with NestedNullBehavior.ALLOW_NULLS option:

example:
column = grid.addColumn("town.name", renderer, NestedNullBehavior.ALLOW_NULLS);

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