Ajax pagination with table sorting in front-end for product list page
Created 7 years ago by arunbabulavuI want implement ajax pagination with table sorting in front-end if there any option in pyrocms.
I want implement ajax pagination with table sorting in front-end if there any option in pyrocms.
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.