Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display of items-per-page-label in Grid with pagniation #1218

Open
SMarongui opened this issue Mar 19, 2021 · 1 comment
Open

Display of items-per-page-label in Grid with pagniation #1218

SMarongui opened this issue Mar 19, 2021 · 1 comment

Comments

@SMarongui
Copy link

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
image
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",

@6pac
Copy link

6pac commented May 21, 2021

This repo is dead. Please use as post issues to: https://github.com/6pac/SlickGrid/wiki

Or GhisCoding also has a number of extensions of the basic grid, notably Aurelia and Angular: https://github.com/ghiscoding/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants