Function | Download a table as a .csv file | ||||||
Example |
<button
type="button"
class="toolbarbutton" onclick="S10DownloadTable(document.getElementById('orders'));"> Download </button> |
||||||
Parameters |
|
||||||
Description |
The function is called internally by the S10 Framework when the download icon
![]() You can also use the function yourself and, for example, not display a table with <form class='table' ... style='display:none'> to the user, but only offer the download. |
||||||
Components | S10 Framework |