Ajax Paging/sorting in cakephp 2.0

前端 未结 3 784
广开言路
广开言路 2020-12-22 10:33

I am using cakephp 2.0 and trying to create ajax paging which i cant in the documentation i read that passing this

$this->Paginator->options(
                  


        
3条回答
  •  感情败类
    2020-12-22 10:50

    I had same problem but in my case the id of the div tag in layout file was wrong. It should be "content".

提交回复
热议问题