Is there something like a framework for displaying “dynamic” tables in Halogen? I have a web application that displays some tables, usually with a way to…
- … sort by clicking the header (and displaying a sort indicator)
- … select which columns to display (possibly even ordering those)
- filter column content (text/enums)
- … formatting columns differently
Is there something “generic” around that in Purescript?