Ag grid Server side pagination

前端 未结 2 1624
走了就别回头了
走了就别回头了 2021-02-04 10:59

I\'m trying to implement a server side pagination in ag-Grid where I\'ll make a SOAP call each time I click on the next/previous button. I have already implemented the function

2条回答
  •  滥情空心
    2021-02-04 11:43

    ag-grid (version 10 onwards) doesn't support server side pagination. If you want to implement server side pagination, you can use pagination with infinite scrolling https://www.ag-grid.com/javascript-grid-infinite-scrolling/#pagination&gsc.tab=0

提交回复
热议问题