duhapunk
Results
1
issues of
duhapunk
Hello again! I noticed that your lib doesn't support enums. I fixed it like this: - https://github.com/Kusumoto/PrimeNG.TableFilter/blob/master/PrimeNG.TableFilter/Core/LinqOperator.cs line 244 ```if (propertyType == typeof(bool) || propertyType == typeof(bool?) || propertyType.IsEnum)``` -...
bug