Hi all!
Is it possible to reuse an existing ListView in a DetailView as detail (1:N relationship), instead of using directly a dataGrid?
Thanks
Hi all!
Is it possible to reuse an existing ListView in a DetailView as detail (1:N relationship), instead of using directly a dataGrid?
Thanks
Hello!
View cannot be used inside another View. If you want to have reusable part of views you should create a component with content that extends some layout. Then you can attach it on init event.
Also, take a look at this topic Does Flow UI support fragments?. Klaus Pfeiffer shares the custom implementation of Fragments.