insightsengineering / teal.slice

Reproducible slice module for teal applications
https://insightsengineering.github.io/teal.slice/
Other
11 stars 5 forks source link

[Feature Request]: Add pretty printing of filter states to the methods of `FilterPanelAPI` #573

Open kpagacz opened 6 months ago

kpagacz commented 6 months ago

Feature description

FilteredData can pretty-print the filter states via $format, but the public interface of FilterPanelAPI does not.

An ugly hack works (inspecting the private members of FilterPanelAPI yields an instance of FilteredData), but it'd be nice to have it publicly available.

Code of Conduct

Contribution Guidelines

Security Policy