Author Topic: Frozen Rows returns error when there's no data.  (Read 2180 times)

kiwon34

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 52
    • View Profile
Frozen Rows returns error when there's no data.
« on: July 13, 2017, 02:01:46 pm »
From the demo, 'Frozen Rows', I found out that if I put no data, set option to frozenRows:2, and run demo, I get "Cannot read property 'pq_hidden' of undefined" message, and then it stops drawing the grid.
I found out the error occurs at line 9969 in pqgrid.dev.js.
I can fix this by myself, but wanted to make sure if this is an intended error and I should not use it this way.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Frozen Rows returns error when there's no data.
« Reply #1 on: July 13, 2017, 06:10:29 pm »
That is not intended error, thanks for reporting it.