thanhnv2210

Results 2 comments of thanhnv2210

![image](https://user-images.githubusercontent.com/47849090/68850248-42321c80-0706-11ea-956f-90244b84c88b.png)

I found why It's not working: **1) this is my config** mapper.Property(p => p.DrivingCardNo).CanSort().CanFilter(); mapper.Property(p => p.**Driver**.PersonalId).CanSort().CanFilter().HasName("personalId"); **2) filter result** DrivingCardNo==222|Thanhnv3 ==> working DrivingCardNo@=222|Thanhnv3 ==> working personalId==6|8 ==> working personalId@=6|8...