You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm using SlickGrid in an angular project (Angular 11) and when I try to display it with pagination I occure a weird display
The problem is not on the CSS, I have to work on it
But what I don't understand is that in spite of my settings :
enablePagination: true,
pagination: {
pageSizes: [5, 10, 15, 20, 25, 50, 75, 100],
pageSize: 25
}
and the good display in the grid (effectively) 25 lines
the select control keeps displaying the first item of pageSizes (eg 5)
SlickGrid Version :
"angular-slickgrid": "2.22.1",
The text was updated successfully, but these errors were encountered:
Hi.
I'm using SlickGrid in an angular project (Angular 11) and when I try to display it with pagination I occure a weird display
The problem is not on the CSS, I have to work on it
But what I don't understand is that in spite of my settings :
enablePagination: true,
pagination: {
pageSizes: [5, 10, 15, 20, 25, 50, 75, 100],
pageSize: 25
}
and the good display in the grid (effectively) 25 lines
the select control keeps displaying the first item of pageSizes (eg 5)
SlickGrid Version :
"angular-slickgrid": "2.22.1",
The text was updated successfully, but these errors were encountered: