Hi,
Take https://smartclient.com/smartclient/...pressionFilter and another field to countryList:
Then enter something in filter for population field and see resulting criteria.
In my case it was even worse as I had additional field with type "image" to show preview of a photo when original was "integer" with photo_id. Resulting criterion's value for entering photo_id was something like "123 and 123".
I think that canFilter fields could be ignored when building criteria from filterEditor.
Best regards,
Janusz
Take https://smartclient.com/smartclient/...pressionFilter and another field to countryList:
Code:
{ name:"population2", dataPath: "population", canFilter: false, }
In my case it was even worse as I had additional field with type "image" to show preview of a photo when original was "integer" with photo_id. Resulting criterion's value for entering photo_id was something like "123 and 123".
I think that canFilter fields could be ignored when building criteria from filterEditor.
Best regards,
Janusz
Comment