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

[enhancement] cell selection event #201

Closed
wrthinker opened this issue Aug 21, 2018 · 2 comments
Closed

[enhancement] cell selection event #201

wrthinker opened this issue Aug 21, 2018 · 2 comments
Labels
enhancement Feature requests or improvements

Comments

@wrthinker
Copy link

There're many scenarios that user wants to drill down to a detailed view for one or more selected pivot cells.

The pivottable.js has provided a preliminary implementation (https://pivottable.js.org/examples/mps_prepop.html) which only supports click event. It would be very useful for perspective to provide more flexible API such as

  1. Cell selection change
  2. Right click / double click events
  3. Context menu if possible
@timkpaine timkpaine added the enhancement Feature requests or improvements label Dec 19, 2018
@texodus
Copy link
Member

texodus commented Mar 7, 2019

Thanks for the report!

Cell interaction has been added in the 0.2.19 release. It not only returns a consistent event from all plugin types, it also calculates the reciprocal config object from the click event, allowing linked perspective viewers and master-detail views

linked

@texodus texodus closed this as completed Mar 7, 2019
@BBassi
Copy link

BBassi commented Aug 7, 2020

Can this be done within Jupyterlab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests or improvements
Projects
None yet
Development

No branches or pull requests

4 participants