p:ajax event for pagination of lazy p:dataTable

后端 未结 2 368
北恋
北恋 2021-01-13 03:02

I\'m having trouble finding an ajax event that will execute my javascript when my list is updated during lazy loading of my datatable. This javascript is responsible for upd

2条回答
  •  迷失自我
    2021-01-13 03:30

    In primefaces 6.2, here is the full list of dataTable events.

    page
    sort
    filter
    rowSelect
    rowUnselect
    rowEdit
    rowEditInit
    rowEditCancel
    colResize
    toggleSelect
    colReorder
    contextMenu
    rowSelectRadio
    rowSelectCheckbox
    rowUnselectCheckbox
    rowDblselect
    rowToggle
    cellEditInit
    cellEdit
    rowReorder
    swipeleft
    swiperight
    tap
    taphold
    cellEditCancel

    from the docs: javax.faces.component.behavior.ClientBehaviorHolder.getEventNames()

提交回复
热议问题