download list display

tvdgreft 25 Mar, 2015
Is it possible to download the data in the list display in a CSV file?
GreyHead 25 Mar, 2015
Hi tvdgreft,

Not directly from ChronoConnectivity but you can build a ChronoForm that will do the export and put a link to it into the header or footer of the CC listing.

Bob
tvdgreft 25 Mar, 2015
I made a chronoforms5 form and add an event called download. In this event I put the action: csv export.
In chronoconnectivity I put next link into the header to this event.
<?php
echo "<a href=index.php?option=com_chronoforms5&chronoform=download_csv&event=download>export</a>"
?>
I get a download popup, but the file is empty.
Anyway I don't understand in which way the data in the list display is connected to the CSV export action. The CSV export action should not read from the database, but from the list display in cc.
In the CSV action I didnot choose a database table, but I entered in the model path the same modelname which is used in cc.
This topic is locked and no more replies can be posted.