Home

Awesome

Monomer-Hagrid

A datagrid widget for the Monomer library.

Example hagrid widget screenshot

Current Status

Current Features

Definite Future Goals

Possible Future Goals

API Documentation

See the generated docs on Hackage.

To build and run examples

stack build --flag monomer-hagrid:examples
`stack path --local-install-root`/bin/example-basic          # Demo of the basic functionality.
`stack path --local-install-root`/bin/example-big-grid       # Demo of a grid with over 10000 rows.
`stack path --local-install-root`/bin/example-resizing-cells # Demo where the cells are constantly changing size.

Contribution Guide

To format the source code

# Should use Ormolu 0.7.1.0
ormolu --mode inplace $(find . -name '*.hs')