I have a List View that displays data with a Virtual List instead of a DataGrid (no editing required). The application is used on mobile devices, so data visibility is better.
I would also like to use this View for Lookup operations.
But Jmix doesn’t allow specifying a VirtualList component:
@LookupComponent(“myVirtualList”).
Is there a way to work around this problem while maintaining standard Lookup functionality?