-
Notifications
You must be signed in to change notification settings - Fork 46
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
Drilldown callback #21
Comments
Thanks for your feedback. Could you please point me to an example to understand how this works. |
Here's the example Nicolas provided on his site. Just click on any value to trigger the callback that would handle the drilldown. I believe he checked in the handler around 12/25. http://nicolas.kruchten.com/pivottable/examples/mps_prepop.html |
Here's some background: |
Thanks. Just thinking if we should treat the click event on a sub-total cell different from a value cell? Any thoughts? |
I think they should be treated the same way, passing in the filters behind the selected cell. They're all subtotals to me. That's why I like the drill-down. |
@dave-killough I have committed the feature to master branch. The syntax is slightly different from the original PivotTable.js package. Added an example of event handling to Please check and provide your feedback. |
Feature released. Closing the issue. Please report as a new issue if any... |
Thank you very much - I will check this out when I get back to it.
…On Thu, Jan 5, 2017 at 9:07 AM, Nagarajan Chinnasamy < ***@***.***> wrote:
Closed #21
<#21>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXn6KvT7Gm--4BDKFakUXMavYjpYRhRsks5rPPkIgaJpZM4LVj3R>
.
|
Great job! Nicolas just added drilldown support to his built-in table. Would you be willing to add this feature to subtotal as well? Thanks.
The text was updated successfully, but these errors were encountered: