Releases: gharibi/JsObjExporter
Resolved the issue with the wrong exporter headers in IE
Hi there! in this version we have resolved the issue with the wrong exporter headers in Internet Explorer. Happy coding!
Updated the package dependencies
Hi there, after a while I updated the dependency versions to the latest to make sure this library is always up-to-date. Happy coding!
Updated the minified version of the library
Hi there. As you know, npm is evolving, therefore we are trying to be in sync with the latest updates in project dependencies to provide a fully functional library. In this version, we updated the project dependencies and accordingly released a new minified file. Happy coding!
Supporting custom column separator in CSV exports
Hi there! in this version we have the below updates:
- Added
columnSeparator: <char|string>as a new property for CSV exports to define the desired column separator. - Resolved the issue in printing pdf using the latest version of FireFox.
Also special thanks to @farrukhsubhani for his assistance.
Updated the minified version of the library
Hi there! in this version we have updated the minified version of the API.
Resolved the issue with the wrong id in the DOM exporter
Hey there! there was an issue with the id in DOM exporter which was resolved in this version.
Supporting export from DOM objects to PDF
Hi there! now the plugin supports exporting from DOM object (using DOM Id) to PDF. Enjoy!
Improved CSV exporter
Hi there! here we are back with an update for the CSV exporter. Now you can generate CSV's even if the row cells have no data.
Supporting the repeat header
In this version a major functionality called repeat table headers is implemented. This will improve the visualization of the repeatables specially for the pdf and doc exports.
Supporting title and title style for the XLS exportable
This version was an update after a few months. In this version, you can provide a document title and document title style for your export exportables.