You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add removeConfigs support to perspective-select for off-candidates filter removal
The workspace's global filter propagation could not remove filters applied to
columns outside the master viewer's group_by/split_by/filter candidates set.
Once such a filter was applied it was permanently stuck on slave viewers.
Introduces removeConfigs: ViewConfigUpdate[] on the perspective-select event
detail, which explicitly removes filters from slave viewers by column regardless
of the candidates set. Also replaces the untyped event detail object with a
typed PerspectiveSelectDetail class exported from @perspective-dev/viewer.
Breaking change: the config field on perspective-select event details is
replaced by insertConfigs and removeConfigs. viewer-datagrid and viewer-d3fc
are updated accordingly.
Signed-off-by: Davis Silverman <davis@thedav.is>
0 commit comments