elm-table-tailwind

Full features ELM table component for Tailwind.

MPL-2.0 License

Downloads
23
Stars
2
Committers
2

elm-table-tailwind

Full features ELM table component for Tailwind.

TODO

  • 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

Usage

Install the ELM package:

> elm install gribouille/elm-table-tailwind

Examples

To start the examples in dev mode:

> cd examples
> npm install
> npm run server
> npm run dev

Open http://localhost:3000.

Documentation

See the documentation here.

Contributing

Feedback and contributions are very welcome.

License

This project is licensed under Mozilla Public License Version 2.0.