slamdata / purescript-jtable

A Purescript table renderer capable of displaying multidimensional, heterogeneous JSON data
14 stars 11 forks source link

Use Halogen, WIP #13

Closed paf31 closed 9 years ago

paf31 commented 9 years ago

This is still a work in progress. In particular,

However, things are building (in src at least), and I've made an attempt to make the code a little more idiomatic:

paf31 commented 9 years ago

Ok, the only thing remaining are the StrongCheck tests, which I hope I can port to use Halogen's string renderer tomorrow.

I replaced the previous example with a simple Halogen demo (just a text area and a rendered table). I can work on adding back some of the features of the previous demo if you like.

paf31 commented 9 years ago

The build is failing because I have to use the master revision of the Halogen repo (since I needed to add a change to support colspan and rowspan) which Travis doesn't like. I can't release Halogen though, because it contains other breaking changes in master right now.

jdegoes commented 9 years ago

Super nice!

jdegoes commented 9 years ago

I'll merge this now, but we do need those tests back in before this is wrapped up! :smiling_imp:

paf31 commented 9 years ago

Sounds good, I'll work on that tonight hopefully.