Filter component not able to display properties for custom datastore and filtering not working for DTO entities

Hi all,
I am using the external data sample/service to learn how custom data store works.
With DTO data model, I discover that the filter component is not able to display property on the property condition editors.

Using both Tasks and Projects, I added filter component xml to the existing project


See the image below

How can I display property for custom datastore for filter components?

Also I discover that filtering is not automatic with custom datastore using DTO entities. How can I programmatically enable this filtering with custom datastore?

Thanks

image

Hi,

Generic filter component doesn’t work with DTO entities. See this discussion for details.

Sorry to bring up an old topic, but I just wanted to let everyone know that Generic Filter works well with DTO entities since Jmix 2.3.
You can find some examples in the Integrating Jmix Applications guide.

Oh that is great news. Thanks