Skip to content

java.lang.IllegalArgumentException: Cannot find property descriptor #47

Description

@tocotest

GridCellFilter does not check the set column ID for a field but instead uses the field name of the item.

E.g. If I have a class Person with field "fullname" and I set the column ID on this field to "Full Name", and use "Full Name" as the column ID in the setTextFilter call I receive the following error:

java.lang.IllegalArgumentException: Cannot find property descriptor

If I use the field name instead the call succeeds.
Otherwise an excellent add-on

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