I've searched around and found one post referencing the export related records action. My question is, does this export the main table along with related table information, and if so, how do I enable it in Dataface? I can export the main table data fine, but I don't see an icon for export with related data? Am I missing a step?
Also, when trying to apply the fix from a previous post:
url = "{$this->url('-action=export_csv&--related=1')}"
change it to
url = "{$this->url('-action=export_csv')&--related=1}"
I get a parsing error. Any suggestions?