@hackage brick-tabular-list0.1.0.0

Tabular list widgets for brick.

This package contains two tabular list widgets for brick.

Grid tabular list

Mixed tabular list

To get started

  • Read Brick.Widgets.TabularList.Grid and Brick.Widgets.TabularList.Mixed.

  • Run demo programs in demos/ directory. To learn more quickly, modify and run demo programs.

Lens support

If you want to use lens, you should use OverloadedLabels extension with generic-lens or optics-core. If you import any tabular list widget, Data.Generics.Labels from generic-lens comes for free.

You can use generic-lens with lens, microlens, or any other lens package with van Laarhoven lens interface.

For zoom, you have to use van Laarhoven lens because brick supports zoom through microlens.