code
gridOptions = {
pagination: true,
paginationPageSize: 10,
paginationPageSizeSelector: [10,20,30]
etc....
}
Firstly in AgGrid Options
paginationPageSizeSelector = [10,20,50] will be there
Question how to add all to it like this [10, 20, 50, All] and define pageSize of ALL as total rows
or
Secondly how to display a custom pagenationPageSizeSelector like this
paginationPageSizeSelector = ['10', '20', '1000 (slow)', 'All')]
Note: Please provide answers related to AG Grid only
I have created custom pagination in ag-grid in angular like
TS
now
that function add in aggrid.component.ts file