You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: