ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: 徐雪峰 on July 17, 2020, 09:18:27 am
-
i get new json data ,and i want to set the new json data to grid.
i don't know how do it?
-
It's done by resetting dataModel.data option followed by call to refreshDataAndView
grid.option( 'dataModel.data', new_json_data );
grid.refreshDataAndView();
-
but my pivot grid didn't show the colGroup on the right way.
-
i can't refresh the pivot group when my json data changed. but i refreshed the pivot grid by myself js method.