Author Topic: Missing detail arrow icons when refresh!  (Read 660 times)

omega

  • Newbie
  • *
  • Posts: 2
    • View Profile
Missing detail arrow icons when refresh!
« 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/

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6289
    • View Profile
Re: Missing detail arrow icons when refresh!
« Reply #1 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/

omega

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Missing detail arrow icons when refresh!
« Reply #2 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.