Add an option to download the data as csv
This commit is contained in:
parent
c6e2466914
commit
18af3af7d4
3 changed files with 50 additions and 0 deletions
|
@ -51,6 +51,7 @@ if (isset($id)) {
|
|||
</thead>
|
||||
</table>
|
||||
</details>
|
||||
<a href="download.php?id=<?php echo $id ?>"><?php echo L::wordsList_download ?></a>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue