Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
You may follow exactly our subreport example. Basically you just need to make a sub report containing the inputs. Instead of posting directly through post back you will call subReport.update()
to update selection of user to the sub report. Base on what user select, you may change the next dropdown. In our example, please pay attention to the CustomerSelecting sub report.
From the error, I see that either you have not added list of subreport in main one ( you said you did) or the name is mismatched. For example, if you specify
subReports=>array(
"mySub"=>MySub::class
)
then when you call sub report update at client-side you need to do:
subReport.update('mySub',{});
please check the case-sensitivity
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo