tableexport.jquery.plugin
Version:
14 lines (11 loc) • 1.59 kB
Markdown
### Background
The original goal for the plugin was to be able to generate good looking pdf tables from raw javascript objects. Additional features have since been added, but mostly to make the generated tables easier to customize.
### Development
The first was a quick proof of concept and was published to Github in the end of 2014. The first version was buggy, limited and basically only had one feature - automatic calculation of width of the columns based on the text in the cells (hence the name AutoTable). Surprisingly it got some traction and people started posting issues and star it. This spurred the development of version 1.0 which was completed in the beginning of 2015. Version 1.0 were also basic however and issues regarding styling and how to create a pdf from html were common. That was the main rationale for starting the development of 2.0 which was finished the summer of 2015.
### Production uses
- Participants lists, result lists, etc for a management system for sailing competitions
- Participants lists, result lists, etc for a management system for Enduro competitions
- Employee overview lists for internal communication for +500 company
- Economic transaction summaries for a public transport system in Brazil.
### Authors
Most development has been done by me, Simon Bengtsson. I run an IT consultant business part time with projects focusing on the web. I also have experience with mobile and backend development. I have finished a bachelor in software engineering at Chalmers University of Technology and are currently taking a master in interaction design.