Re: [Catalyst] Paging support in Catalyst::Controller::DBIC::API

2017-03-29 Thread Rajesh Kumar Mallah
Thanks , It does return *when* paging related params are passed. I have now used that result in my code. Kind Regds mallah. > Hi, > > it does return it in the totalcount property by default. > > The name can be configured with the 'total_entries_arg' config parameter: >

Re: [Catalyst] Paging support in Catalyst::Controller::DBIC::API

2017-03-23 Thread Hartmaier Alexander
Hi, it does return it in the totalcount property by default. The name can be configured with the 'total_entries_arg' config parameter:

[Catalyst] Paging support in Catalyst::Controller::DBIC::API

2017-03-19 Thread Rajesh Kumar Mallah
Hi , We know that Catalyst::Controller::DBIC::API supports paging via list_count , list_page and list_offset options and its possible to fetch a page of a large result set. However what it does not seems to support is to tell the View(caller) of how many records in total exists , ie the