nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Renderers and custom renderers #74

Open deni-zen opened 8 years ago

deni-zen commented 8 years ago

I was just thinking about ways to add useful functionality to CSVelte and I was rethinking my idea to have a CSVelte\Renderer class. Before I was thinking about renderers for HTML tables, conversion to XML, RDF, JSON, etc. But you could also have really cool renderers that generated graphs based on the data. Charts. That kind of stuff. Perhaps this kind of stuff would be better suited to a sister project (such as phabulous) so that I don't fall victim to feature creep. But it would definitely be a cool feature (and a fun one to write).