-
Notifications
You must be signed in to change notification settings - Fork 130
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
Multiple pivot tables on a page #22
Comments
I'd also like to see this feature included in this library. A few ideas on how to go about this are below:
If this feature is valuable to other users I can attempt to implement something. |
Thank you for the pointers. I use jquery quite a bit but I've never authored a plugin. I may try to do something as I get time, since this library has been quite useful. Needless to say, I would definitely find it valuable if you were to implement something! |
Yes , alexhgreen07 I tried Creating New Instance ..Dosen't Works .... It Is Some Thing Less In This Library..... It Needs multiple Instance functionality...... Multiple Datatable On Single Page Works. |
I've written some code to support multiple reports on a single page in our product. As mentioned already, it basically involves changing pivot.js and jquery-pivot.js to be instantiatable objects rather than singletons, plus a few other tweaks to support this. I'm thinking of putting in a PR for the work when I get some time, do you think there would be any interest? |
Sounds interesting to me. |
Cool. Well, I'm away from a keyboard for three weeks, but once I'm back I'll try and work on this in my downtime. |
Sweet. Thanks! |
I haven't used Pivot for the last few months, but I for one would love to see this happen, JonForest. This plugin has been incredibly useful! |
Any suggestions on going about getting pivot.js to work with multiple tables on a single page? I've created a new setup option in order pass in a unique html div id (and also create unique sub-elements). Everything loads correctly with multiple tables, but I'm having problems with row and column filtering and scope. The fields array in pivot.config() shows all the fields in all the tables, for instance.
This is a great plugin, by the way!
The text was updated successfully, but these errors were encountered: