elm-sortable-table/examples
Evan Czaplicki cf9ceb18d1 Add trip planning example
Has event handlers on rows. Has an unsortable checkbox column. Has a
custom time column as well.
2016-07-20 18:57:39 -07:00
..
1-presidents.elm Make changes recommend by @rtfeldman 2016-07-20 16:57:24 -07:00
2-sightseeing.elm Add trip planning example 2016-07-20 18:57:39 -07:00
README.md Add readme and build instructions 2016-07-20 17:12:36 -07:00
elm-package.json Add readme and build instructions 2016-07-20 17:12:36 -07:00

README.md

Examples

Build Instructions

To see the examples running without any CSS you can just run the following commands:

git clone https://github.com/evancz/elm-sortable-table.git
cd elm-sortable-table
cd examples
elm-reactor

And then navigate to 1-presidents.elm from localhost:8000.