SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

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

Open SMarongui opened this issue 4 years ago • 1 comments

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

SMarongui avatar Mar 19 '21 13:03 SMarongui

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/

6pac avatar May 21 '21 07:05 6pac