ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: KaranamAvinash on October 03, 2019, 12:39:05 pm
-
Hi,
I am using Angular 8 with remote calls to database to fetch data.
I have a function which will update the database values, but changes in grids shows up only when i refresh the grid. As mention in the demo's i tried using refreshDataAndView(), but didn't figure out how to use it angular.
Thanks in advance.
-
This example show how to call public methods of pqgrid in Angular
https://paramquery.com/pro/demos/ng_method
-
Hi,
Thanks for your answer but what code should be written in the refreshDataAndView() public method in the angular.
How to manually call the remote api to fetch data again into the grid from the parent Component in the angular.
Thanks.