Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbertelegni/jquery.to_csv
Plugin Jquery para descargar tabla html en formato csv
https://github.com/cbertelegni/jquery.to_csv
Last synced: about 2 months ago
JSON representation
Plugin Jquery para descargar tabla html en formato csv
- Host: GitHub
- URL: https://github.com/cbertelegni/jquery.to_csv
- Owner: cbertelegni
- License: gpl-2.0
- Created: 2013-10-29T21:34:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-29T22:08:16.000Z (about 11 years ago)
- Last Synced: 2023-08-02T13:53:50.716Z (over 1 year ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jquery.to_csv
=============## Plugin Jquery para descargar tabla html en formato csv
### Ejemplo de uso:
Incluir en el head el archivo "jquery.to_csv.min.js"
```
```
Luego descargar los datos...
```
$("table").to_csv();```
-------------------------------------------------------
* [@cbertelegni](https://twitter.com/cbertelegni)