I want to show multiple pivot in multiple tab.In one tab it will show only one pivot & also i want to enable tool bar for each pivot.Is it possible in flex monster ?
Hi Manoranjan,
Thank you for your question.
Here is a sample that illustrates how to show multiple pivot tables in multiple tabs http://jsfiddle.net/flexmonster/t1L42hr0/
Please let me know if it is helpful for you.
Kind regards,
Iryna
Suppose i have 3 tabs tab1,tab2,tab3 & I clicked tab2 & it displayed pivot table & i applied some filter on the pivot table &Now i want to get the flexmonster object with current changes for tab2 .How can i achieve this?
Hello Manoranjan,
Thank you for the reply. Please check the example on JSFiddle. Here you can see that each pivot instance is defined like this: var pivot1 = $("#pivotDiv1").flexmonster
. Thence you may get the flexmonster object with current changes by referring to the variable name i.e. pivot1
. Please let us know if you have further questions.
Regards,
Tanya