How to Implement Codeigniter Default pagination with pjax How to Implement Codeigniter Default pagination with pjax codeigniter codeigniter

How to Implement Codeigniter Default pagination with pjax


I solved the problem with:

$.pjax.defaults.timeout = 3000;


Just try the below config value

$config['page_query_string'] = TRUE


How can you get $config["total_rows"]??

I think it should $config["total_rows"] = $this->member->browse_search_total($FilterData)->num_rows();