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
- Host: GitHub
- URL: https://github.com/cmditch/elm-mdl-sortable-table
- Owner: cmditch
- Created: 2017-05-07T00:10:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T02:53:50.000Z (almost 9 years ago)
- Last Synced: 2025-04-10T05:42:08.737Z (12 months ago)
- Language: Elm
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)