ParamQuery grid support forum

General Category => Bug Report => Topic started by: omega on August 06, 2022, 01:28:53 am

Title: Missing detail arrow icons when refresh!
Post 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/
Title: Re: Missing detail arrow icons when refresh!
Post by: paramvir on August 06, 2022, 10:30:04 am
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/
Title: Re: Missing detail arrow icons when refresh!
Post by: omega on August 25, 2022, 01:11:43 pm
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.