glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
721 stars 152 forks source link

Fix filter logic so that table viewer can hide main data layer #2411

Closed jfoster17 closed 1 year ago

jfoster17 commented 1 year ago

Description

PR https://github.com/glue-viz/glue/pull/2392 introduced a bug wherein making the underlying table dataset not visible did not remove it from the table model and display. This PR adds tests for this behavior and fixes the problem.