finos / regular-table

A regular <table> library, for async and virtual data models.
Apache License 2.0
350 stars 38 forks source link

Add `merge_headers` option #198

Closed texodus closed 1 year ago

texodus commented 1 year ago

Adds merge_headers option, which can be "both" (default), "row", "horizontal", or "none", similar to virtual_mode (but defined on the return object of a setDataListener callback, instead of as an optional argument). These new non-default modes disable merge behavior as described in "Column and row groups" in the documentation.

Fixes #193