thomaspark / snowball

A WordPress plugin for making immersive longform articles
https://snowball.openhtml.org/
GNU General Public License v2.0
90 stars 24 forks source link

new block for data table #60

Closed thomaspark closed 9 years ago

thomaspark commented 9 years ago

Here's a nice example of a sortable table: http://fivethirtyeight.com/features/there-are-922-unisex-names-in-america-is-yours-one-of-them/

sukritchhabra commented 9 years ago

I started playing with the data tables and the highcharts library and realized this.

How do we want to obtain the data? Do I create a js input to upload a csv file or does that need to be done outside the module?

thomaspark commented 9 years ago

CSV upload could work. Two additional possibilities are to have a spreadsheet-like input where data can be entered directly within Snowball, or linking to a Google spreadsheet.

Some links:

thomaspark commented 9 years ago

Also keep in mind that this issue is strictly for presenting data in tables. Graphs and visualizations will come later. So no need to dive into highcharts yet.

sukritchhabra commented 9 years ago

Do we need any options apart from the ones im Handsontable in the admin.html side?