Version 3.x
One partial page having Paging Table is called multiple times in a single page.
Is there any way to initialize the Paging Table?
Scenario
- A Partial page having only one Paging Table control.
- A Main page uses the partial pages in many areas.
Symptom
An issue I am seeing is only one Paging Table in a partial page is initialied.
Because code automatically generated does not cover the situation.
hyf.pagingtable.init(hyf.pagingtable.getLastTableOutput(), {enablePaging:false, pageSize:null, stripeRows:true});
Thing is that the table's id is same because they are from the same partial page.
Thanks
Taeho.BPM
One partial page having Paging Table is called multiple times in a single page.
Is there any way to initialize the Paging Table?
Scenario
- A Partial page having only one Paging Table control.
- A Main page uses the partial pages in many areas.
Symptom
An issue I am seeing is only one Paging Table in a partial page is initialied.
Because code automatically generated does not cover the situation.
hyf.pagingtable.init(hyf.pagingtable.getLastTableOutput(), {enablePaging:false, pageSize:null, stripeRows:true});
Thing is that the table's id is same because they are from the same partial page.
Thanks
Taeho.BPM
RE: Paging Table initialization in Partial page
A string containing the prefix that will be used for all custom functions. The three different functions that will be called if they exist:
<functionPrefix>ConfigureRequestParameters(requestParams)
<functionPrefix>SetLoadingMessage(message)
<functionPrefix>ManipulateResponse(response, successful)
For more details, see http://www.hyfinity.com/node/93
I also attached an example project.