Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cell-click filter in table viz optional #1762

Merged
merged 3 commits into from
Dec 6, 2016

Conversation

vera-liu
Copy link
Contributor

@vera-liu vera-liu commented Dec 5, 2016

Issue: #1752

  • Currently clicking on a cell in table slice will apply filter to dashboard by default, but some users don't want this feature

Done:

  • Added table_filter checkbox in table viz
  • If set to false, clicking on a cell in table will not apply filter to
    dashboard

needs-review @ascott @mistercrunch @bkyryliuk

 - Added table_filter checkbox in table viz
 - If set to false, clicking on a cell in table will not apply filter to
   dashboard
@@ -784,6 +784,12 @@ def __init__(self, viz):
"description": _(
"Whether to include a client side search box")
}),
'table_filter': (BetterBooleanField, {
"label": _("Table Filter"),
"default": True,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put the default to False.

table_filter: {
type: 'CheckboxField',
label: 'Table Filter',
default: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put the default to False.

@mistercrunch
Copy link
Member

LGTM

@vera-liu vera-liu merged commit 43f2a37 into apache:master Dec 6, 2016
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.15.0 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants