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
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