ParamQuery grid support forum

General Category => Bug Report => Topic started by: kiwon34 on July 13, 2017, 02:01:46 pm

Title: Frozen Rows returns error when there's no data.
Post by: kiwon34 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.
Title: Re: Frozen Rows returns error when there's no data.
Post by: paramvir on July 13, 2017, 06:10:29 pm
That is not intended error, thanks for reporting it.