ParamQuery grid support forum
General Category => Bug Report => Topic started by: omega on August 06, 2022, 01:28:53 am
-
Hello,
I'm using Paramquery Pro version.
Grid's detail arrow icons are missing when i want to refresh with new data. Why could it be?
I added jsfiddle link to below. Thank you.
https://jsfiddle.net/be2rqkzx/
-
detail is a special kind of column which can be only be declared once.
Other columns can be added, updated or removed from the colModel but the entire colModel can't be replaced in case of detail.
https://jsfiddle.net/3mq80pkz/
-
Thank you very much for your help, I also found out that I can use the destroy command to destroy the grid and then reload it.