cancel
Showing results for 
Search instead for 
Did you mean: 

Paginator in aikau widget

tansadio
Confirmed Champ
Confirmed Champ

Hi Dave Draper​,

I'll come back at you. I used AlfFilteredList to contain my AlfListView and I define some widget like (TextBox, FilteringSelect, DateRange) in property widgetsForFilters (ALfFilteredList) and evrything work perfectly about filter but when i add widget Paginator after AlfFilteredList that's give some problem during the click on button forwad paginator the request reload my page twice.

First when my page load this code run:

{

    name: "alfresco/lists/AlfFilteredList",

    config:

    {

      loadDataPublishTopic: "ALF_CRUD_GET_ALL",

      loadDataPublishPayload: {

     url: "ceri/supplierfolder",

      },

      itemsProperty: "alldocument",

     .....

},

{

       name: "alfresco/lists/Paginator",

       config: {

          documentsPerPage: 5,

          pageSizes: [3, 5,10],

       }

}

I do not understand why my page is twice reloaded. The red is call when i click on button forward paginator and answer realod page and call the blue request.

forward.PNG

I need your help.

Thanks for advance

1 REPLY 1

ddraper
World-Class Innovator
World-Class Innovator

You've cross-posted this question here: Date Validation in Aikau widget

...please try not to cross post questions, it just gets confusing - I've answered this question on the other thread.