An open API service indexing awesome lists of open source software.

https://github.com/cmditch/elm-mdl-sortable-table

Sortable tables in elm-mdl
https://github.com/cmditch/elm-mdl-sortable-table

Last synced: 8 months ago
JSON representation

Sortable tables in elm-mdl

Awesome Lists containing this project

README

          

## Sortable tables in elm-mdl
With much inspiration from https://github.com/evancz/elm-sortable-table

To Demo, run this
```sh
git clone https://github.com/cmditch/elm-mdl-sortable-table.git
cd elm-mdl-sortable-table
elm-reactor
```
# Examples
1. [Presidents - simpler](https://cmditch.github.io/presidents.html) / [Code](https://github.com/cmditch/elm-mdl-sortable-table/blob/master/examples/Presidents-Simple.elm)

2. [Fourteeners - complex](https://cmditch.github.io/fourteeners.html) / [Code](https://github.com/cmditch/elm-mdl-sortable-table/blob/master/examples/Fourteeners-Complex.elm)