I've made a processmaker plugin and used its CRUD to connect to my db. It used pagedtable to present the data.
Unfortunately, paging won't work and I face "Oops, page not found!"
It seems the event in paging button which has to create a new query and named doGoToPage
won't work.
- How can I trace its source code?
- How can I solve my paging problem?