Full features ELM table component for Tailwind.
- feat: load more pagination
- refact: remove specific style
- feat: pagination for subtable
- feat: dynamic subtable data
- misc: documentation (more example)
- sort subtable
- refact (v4): more explicit parameter
- refact (v4): generic view
- refact (v4): merge elm-table-tailwind and elm-table
- refact (v4): remove static/dynamic table
- feat: infinite scroll
- feat: iterop: JS API
Install the ELM package:
> elm install gribouille/elm-table-tailwind
To start the examples in dev mode:
> cd examples
> npm install
> npm run server
> npm run dev
Open http://localhost:3000.
See the documentation here.
Feedback and contributions are very welcome.
This project is licensed under Mozilla Public License Version 2.0.