I am replicating the dynamicform but they do not explain the view code, if there is an example
this is the view for some records of dynamicform
is necesary un foreach?
I am replicating the dynamicform but they do not explain the view code, if there is an example
this is the view for some records of dynamicform
is necesary un foreach?
Check out officially maintained fork
Hi evstevemd
When they talk about view, it is the view of the form but there is not the view when the data is already saved like a where the is DetailView in the view and the actionView isn’t in the controller
Because that is not related to this plugin.
But to do what you want, you just pull the children as data provider and then display below detailview as gridview
I was able to solve it with a foreach before the detailview
Thank you