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

getData callback is not working on pivot in v2.7.3 - could you please adise

Answered
vasu asked on August 17, 2022

Hello Team,
We build our application in few years back and used v2.7.3.
But, some how callbacks are not working.
Could you please advise.
Thanks,
Vasu

3 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster August 18, 2022

Hello, Vasu!

Thank you for reaching out to us.

Our team could not reproduce the described behavior with Flexmonster v2.7 (see this JSFiddle for reference). Please let us know if you recently made any changes to your code related to the getData API call. Also, could you please send us an example of the getData callback from your project?

As a side note, it is recommended to use the latest version of Flexmonster. You are welcome to check the following updating guides:

Looking forward to hearing from you.

Best Regards,
Maksym

Public
vasu August 18, 2022

Hi Maksym Diachenko,
Thanks for the response!!
recently our license expired and flexmonster team provided the temp key.
with temp key no callback are working example:

 this.pivotobj.getData({}, rawData => {
        if (rawData.data && rawData.data.length > 0) {
          this.expenseGaugeList = rawData.data;
        }
      });

Thanks,
Vasu

Public
Valeria Valeria Flexmonster August 19, 2022

Hello Vasu, 

Thank you for your response.

It seems that the issue is connected with the provided temporary key. 
I am sending you a new one via email.

Best regards,
Valeriia 

Please login or Register to Submit Answer