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

Reload component with no data

Resolved
sabby asked on August 25, 2017
  1. data in component is displayed.
  2. now changes in page causes data to be displayed in component to change. 
  3. updatedata helps and it did update
  4. now, if change in data causes no data to show in component , then what we should do ? because component always shows data. in this situation its showing prev result . how can i reload component with no data

4 answers

Public
sabby August 25, 2017

i am using below command , but how can i keep header ?

flexmonster.clear();  
Public
Tanya Gryshko Tanya Gryshko Flexmonster August 25, 2017

Hello Sabby,
Thank you for the interest in Flexmonster component. To reload component with no data you can use flexmonster.setReport({}). Let me know in case of further questions.
Regards,
Tanya

Public
sabby August 25, 2017

it does the same thing as flexmonster.clear();?

Public
Tanya Gryshko Tanya Gryshko Flexmonster August 29, 2017

Yes, it does almost the same.

Please login or Register to Submit Answer