jqgrid reload grid partially working

前端 未结 3 547
耶瑟儿~
耶瑟儿~ 2020-12-11 12:13

I have a client side managed jqgrid that I reload when some external event are fired. Everything is fine when I reload the grid with more data but when I reload it with less

3条回答
  •  一向
    一向 (楼主)
    2020-12-11 12:40

    Same thing happened to me. My problem was in the PHP file that returns the data. You should verify that the conditions of the query that counts the records are equal to the conditions used to obtain the records. Probably the SQL statement to count records has no conditions. (Excuse my mistakes, I do not speak English)

提交回复
热议问题