'Server-Side Row Model - paginationAutoPageSize don`t working for parent rows

I am using ag-grid-angular 27.1.1 serverSideStoreType = 'partial' If i setup paginationAutoPageSize = true and didnt provide paginationPageSize, when the getRows event performed the paginationPageSize is using default value 100 and pagination works only for 100 rows. If i setup paginationAutoPageSize = true and paginationPageSize = 10 the getRows event performed twice on gridReady event and then on every pagination event. If i setup paginationPageSize = 10 works fine but i cant change page size..

How i can implement paginationAutoPageSize or changing page size manually?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source