Ajax pagination with table sorting in front-end for product list page
Created 6 years ago by arunbabulavu

I want implement ajax pagination with table sorting in front-end if there any option in pyrocms.

ryanthompson  —  6 years ago

To get started try setting 'protected $ajax = true; on the table builder. Or $builder->setAjax(true) if you need to chain it in. Should be a full ajax table at that point.