/elm-advanced-grid

An Elm module to display feature rich grids in web apps.

Primary LanguageElmOtherNOASSERTION

Elm Advanced Grid

This library displays a dynamically configurable grid of data.

It offers in-place filtering and sorting, multiple selection, click event listener and customizable rendering of the rows and cells. Columns can be resized using the mouse. They can also be reordered by drag and drop. Values in a column may be selected by a quick filter popup, displayed when clicking the funnel icon.

The data can count more than 20,000 lines, with a limited performance impact, thanks to the use of FabienHenon/elm-infinite-list-view under the hood.

Demos are available.

See the src/Examples directory content for the source code of the examples.

Changelog

v2.0

  • Model is private now
  • add quick filters
  • translation of labels
  • cells in String columns may be editable

TODO

  • Translate the "preference" word