-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
override functionality about showFilterList #339
Comments
Can you provide an example of the 'nested div' structure which poses a problem? I have been unable to replicate this issue... |
here is the sample. https://gist.github.com/hoyeol/a049a90c524273d19c45 |
Super, thanks! I'll take a look :) |
Thanks for this test case. I've actually just implemented your change and it looks like it works :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there "showFilterList" function using e.pageX, e.pageY for decide popup location.
but e.pageX, e.pageY returns position relative to the left edge of the document..
that's a problem when i using pivottable with "nested" div structure.
with "nested" div structure, e.pageX/e.pageY popup location is too far from click point.
so i modified code & using like this.
if provide override "showFilterList" function, does not need to modify there pivot source code
The text was updated successfully, but these errors were encountered: