Need a special offer?Find out if your project fits.
+

How can i show multiple pivot in multiple tab?

Answered
Manoranjan Gahana asked on May 24, 2017

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 ?

3 answers

Public
Iryna Kulchytska Iryna Kulchytska Flexmonster May 24, 2017

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

Public
Manoranjan Gahana May 25, 2017

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?

Public
Tanya Gryshko Tanya Gryshko Flexmonster May 25, 2017

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

Please login or Register to Submit Answer