Halogen Framework for tables?

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?

1 Like

I think your best bet is ffi-ing to a js library